Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
2a7a44be
Commit
2a7a44be
authored
Dec 12, 2016
by
Wouter van Oortmerssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improving AppVeyor CI with other languages.
Change-Id: Iff630905b5f90814c5f728e3c0e10f7fcd67c7fe
parent
6301da75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
5 deletions
+25
-5
appveyor.yml
appveyor.yml
+25
-5
No files found.
appveyor.yml
View file @
2a7a44be
...
...
@@ -14,13 +14,33 @@ configuration:
before_build
:
-
cmake -G"Visual Studio 10 2010"
# This cuts down on a lot of noise generated by xamarin warnings.
-
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
build
:
project
:
ALL_BUILD.vcxproj
verbosity
:
minimal
#test_script:
# - Debug/flattests.exe
test_script
:
-
rem "---------------- C++ -----------------"
-
"
%CONFIGURATION%
\\
flattests.exe"
-
rem "---------------- Java -----------------"
-
"
cd
tests"
-
"
java
-version"
-
"
JavaTest.bat"
-
rem "---------------- JS -----------------"
-
"
node
--version"
-
"
..
\\
%CONFIGURATION%
\\
flatc
-b
monster_test.fbs
unicode_test.json"
-
"
node
JavaScriptTest"
-
rem "---------------- C# -----------------"
# Have to compile this here rather than in "build" above because AppVeyor only
# supports building one project??
-
"
cd
FlatBuffers.Test"
-
"
msbuild.exe
/property:Configuration=Release;OutputPath=tempcs
/verbosity:minimal
FlatBuffers.Test.csproj"
-
"
tempcs
\\
FlatBuffers.Test.exe"
# TODO: add more languages.
-
"
cd
..
\\
.."
#
artifacts:
# - path: Release/
flatc.exe
#
name: flatc.exe
artifacts
:
-
path
:
$(CONFIGURATION)\\
flatc.exe
name
:
flatc.exe
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment