Commit 41a84b12 authored by Antony Kellermann's avatar Antony Kellermann

Add workflows for CircleCI so that `build_stable` and `build_bleeding_edge`...

Add workflows for CircleCI so that `build_stable` and `build_bleeding_edge` jobs can run concurrently.
parent eff2f510
......@@ -45,3 +45,10 @@ jobs:
- run:
name: Execute test suite
command: 'cd build ; ctest --output-on-failure -j 2'
workflows:
version: 2
build_and_test_all:
jobs:
- build_stable
- build_bleeding_edge
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment