C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
73c6cf60c0
commit
dd7b1ff4ad
|
@ -59,9 +59,44 @@ workflows:
|
|||
version: 2
|
||||
build_and_test:
|
||||
jobs:
|
||||
- build_gcc_09
|
||||
- build_gcc_10
|
||||
- build_gcc_11
|
||||
- build_gcc_12
|
||||
- build_gcc_13
|
||||
- build_gcc_latest
|
||||
- build_gcc_09:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- release
|
||||
|
||||
- build_gcc_10:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- release
|
||||
|
||||
- build_gcc_11:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- release
|
||||
|
||||
- build_gcc_12:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- release
|
||||
|
||||
- build_gcc_13:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- release
|
||||
|
||||
- build_gcc_latest:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- release
|
||||
|
|
Loading…
Reference in New Issue