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