Update config.yml
This commit is contained in:
parent
6c854bd197
commit
3fca27097e
|
@ -6,7 +6,8 @@ jobs:
|
||||||
- image: gcc:6
|
- image: gcc:6
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make all -j 4
|
- run: c++ --version
|
||||||
|
- run: make all -j 2
|
||||||
- run: ./exprtk_test
|
- run: ./exprtk_test
|
||||||
|
|
||||||
build_gcc_7:
|
build_gcc_7:
|
||||||
|
@ -14,7 +15,8 @@ jobs:
|
||||||
- image: gcc:7
|
- image: gcc:7
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make all -j 4
|
- run: c++ --version
|
||||||
|
- run: make all -j 2
|
||||||
- run: ./exprtk_test
|
- run: ./exprtk_test
|
||||||
|
|
||||||
build_gcc_latest:
|
build_gcc_latest:
|
||||||
|
@ -22,7 +24,8 @@ jobs:
|
||||||
- image: gcc:latest
|
- image: gcc:latest
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make all -j 4
|
- run: c++ --version
|
||||||
|
- run: make all -j 2
|
||||||
- run: ./exprtk_test
|
- run: ./exprtk_test
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in New Issue