mirror of
https://github.com/nlohmann/json.git
synced 2026-03-18 23:15:59 +00:00
Add workflows for CircleCI so that build_stable and build_bleeding_edge jobs can run concurrently.
This commit is contained in:
@@ -44,4 +44,11 @@ jobs:
|
||||
command: 'cmake --build build'
|
||||
- run:
|
||||
name: Execute test suite
|
||||
command: 'cd build ; ctest --output-on-failure -j 2'
|
||||
command: 'cd build ; ctest --output-on-failure -j 2'
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test_all:
|
||||
jobs:
|
||||
- build_stable
|
||||
- build_bleeding_edge
|
||||
|
||||
Reference in New Issue
Block a user