Add workflows for CircleCI so that build_stable
and build_bleeding_edge
jobs can run concurrently.
This commit is contained in:
parent
eff2f51071
commit
41a84b1202
@ -44,4 +44,11 @@ jobs:
|
|||||||
command: 'cmake --build build'
|
command: 'cmake --build build'
|
||||||
- run:
|
- run:
|
||||||
name: Execute test suite
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user