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
73d1b55a
Unverified
Commit
73d1b55a
authored
Oct 05, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔧
executing tests in parallel
parent
61536644
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+1
-2
appveyor.yml
appveyor.yml
+1
-1
No files found.
.travis.yml
View file @
73d1b55a
...
@@ -89,7 +89,6 @@ matrix:
...
@@ -89,7 +89,6 @@ matrix:
env
:
env
:
-
COMPILER=g++-4.9
-
COMPILER=g++-4.9
-
CMAKE_OPTIONS=-DJSON_Coverage=ON
-
CMAKE_OPTIONS=-DJSON_Coverage=ON
-
SPECIAL=coveralls
# Coverity (only for branch coverity_scan)
# Coverity (only for branch coverity_scan)
...
@@ -270,7 +269,7 @@ script:
...
@@ -270,7 +269,7 @@ script:
# compile and execute unit tests
# compile and execute unit tests
-
mkdir -p build && cd build
-
mkdir -p build && cd build
-
cmake .. ${CMAKE_OPTIONS} -GNinja && cmake --build . --config Release
-
cmake .. ${CMAKE_OPTIONS} -GNinja && cmake --build . --config Release
-
ctest -C Release -V
-
ctest -C Release -V
-j
-
cd ..
-
cd ..
# check if homebrew works (only checks develop branch)
# check if homebrew works (only checks develop branch)
...
...
appveyor.yml
View file @
73d1b55a
...
@@ -24,4 +24,4 @@ build_script:
...
@@ -24,4 +24,4 @@ build_script:
-
cmake --build . --config Release
-
cmake --build . --config Release
test_script
:
test_script
:
-
ctest -C Release -V
-
ctest -C Release -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