Skip to content

Commit

Permalink
C++ Mathematical Expression Library (ExprTk) https://www.partow.net/p…
Browse files Browse the repository at this point in the history
  • Loading branch information
ArashPartow committed Jan 1, 2024
1 parent 73c6cf6 commit dd7b1ff
Showing 1 changed file with 41 additions and 6 deletions.
47 changes: 41 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd7b1ff

Please sign in to comment.