Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
ec43d27f
Commit
ec43d27f
authored
Apr 22, 2019
by
Isaac Nickaein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Debug builds for AppVeyor
parent
39011a17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
3 deletions
+27
-3
appveyor.yml
appveyor.yml
+27
-3
No files found.
appveyor.yml
View file @
ec43d27f
...
...
@@ -2,6 +2,28 @@ version: '{build}'
environment
:
matrix
:
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2015
configuration
:
Debug
platform
:
x86
CXX_FLAGS
:
"
"
LINKER_FLAGS
:
"
"
GENERATOR
:
Visual Studio 14
2015
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2017
configuration
:
Debug
platform
:
x86
CXX_FLAGS
:
"
"
LINKER_FLAGS
:
"
"
GENERATOR
:
Visual Studio 15
2017
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2015
configuration
:
Debug
COMPILER
:
mingw
platform
:
x86
CXX_FLAGS
:
"
"
LINKER_FLAGS
:
"
"
GENERATOR
:
Ninja
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio
2015
COMPILER
:
mingw
platform
:
x86
...
...
@@ -48,6 +70,8 @@ environment:
init
:
-
cmake --version
-
msbuild /version
# set the default build configuration to Release
-
if "%configuration%"=="" (set configuration="Release")
install
:
-
if "%COMPILER%"=="mingw" appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip -FileName ninja.zip
...
...
@@ -57,10 +81,10 @@ install:
-
if "%COMPILER%"=="mingw" g++ --version
before_build
:
-
cmake . -G "%GENERATOR%" -DCMAKE_CXX_FLAGS="%CXX_FLAGS%" -DCMAKE_EXE_LINKER_FLAGS="%LINKER_FLAGS%" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin"
-
cmake . -G "%GENERATOR%" -DCMAKE_
BUILD_TYPE="%configuration%" -DCMAKE_
CXX_FLAGS="%CXX_FLAGS%" -DCMAKE_EXE_LINKER_FLAGS="%LINKER_FLAGS%" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin"
build_script
:
-
cmake --build . --config
Release
-
cmake --build . --config
"%configuration%"
test_script
:
-
ctest -C
Release
-V -j
-
ctest -C
"%configuration%"
-V -j
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