C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html

This commit is contained in:
ArashPartow 2024-01-01 00:00:00 +00:00 committed by Arash Partow
parent 73c6cf60c0
commit dd7b1ff4ad
1 changed files with 41 additions and 6 deletions

View File

@ -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