Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cJSON
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
cJSON
Commits
c10b53d233cb
Commit
c10b53d233cb
authored
8 years ago
by
simon-p-r
Browse files
Options
Downloads
Patches
Plain Diff
add appveyor
parent
f721ced7bf5d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+82
-0
82 additions, 0 deletions
appveyor.yml
with
82 additions
and
0 deletions
appveyor.yml
0 → 100644
+
82
−
0
View file @
c10b53d2
os
:
Visual Studio
2015
# ENABLE_CUSTOM_COMPILER_FLAGS - on by default
# ENABLE_SANITIZERS - off by default
# ENABLE_PUBLIC_SYMBOLS - on by default
# BUILD_SHARED_LIBS - on by default
# ENABLE_TARGET_EXPORT - on by default
# ENABLE_CJSON_UTILS - off by default
# ENABLE_CJSON_TEST -on by default
# ENABLE_VALGRIND - off by default
# ENABLE_FUZZING - off by default
environment
:
matrix
:
-
GENERATOR
:
"
Visual
Studio
14
2015"
BUILD_SHARED_LIBS
:
ON
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
14
2015"
BUILD_SHARED_LIBS
:
OFF
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
12
2013"
BUILD_SHARED_LIBS
:
ON
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
12
2013"
BUILD_SHARED_LIBS
:
OFF
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
11
2012"
BUILD_SHARED_LIBS
:
ON
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
11
2012"
BUILD_SHARED_LIBS
:
OFF
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
10
2010"
BUILD_SHARED_LIBS
:
ON
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
10
2010"
BUILD_SHARED_LIBS
:
OFF
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
9
2008"
BUILD_SHARED_LIBS
:
ON
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
-
GENERATOR
:
"
Visual
Studio
9
2008"
BUILD_SHARED_LIBS
:
OFF
ENABLE_CJSON_TEST
:
OFF
ENABLE_CJSON_UTILS
:
ON
platform
:
-
x86
-
x64
configuration
:
-
Release
build_script
:
-
ps
:
if($env:PLATFORM -eq "x64") { $env:CMAKE_GEN_SUFFIX=" Win64" }
-
cmake "-G%GENERATOR%%CMAKE_GEN_SUFFIX%" -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% -DENABLE_CJSON_TEST=%ENABLE_CJSON_TEST% -H. -Bbuild
-
cmake --build build --config "%CONFIGURATION%"
on_failure
:
-
ps
:
if(Test-Path builds/CMakeFiles/CMakeOutput.log) { cat builds/CMakeFiles/CMakeOutput.log }
-
ps
:
if(Test-Path builds/CMakeFiles/CMakeError.log) { cat builds/CMakeFiles/CMakeError.log }
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment