mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-22 16:28:57 +00:00
C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html
This commit is contained in:
committed by
ArashPartow
parent
93a9f44f99
commit
17ba4d15e2
@ -6,6 +6,7 @@ jobs:
|
||||
- image: gcc:6
|
||||
steps:
|
||||
- checkout
|
||||
- run: c++ --version
|
||||
- run: make all -j 2
|
||||
- run: ./exprtk_test
|
||||
|
||||
@ -14,6 +15,7 @@ jobs:
|
||||
- image: gcc:7
|
||||
steps:
|
||||
- checkout
|
||||
- run: c++ --version
|
||||
- run: make all -j 2
|
||||
- run: ./exprtk_test
|
||||
|
||||
@ -22,6 +24,7 @@ jobs:
|
||||
- image: gcc:latest
|
||||
steps:
|
||||
- checkout
|
||||
- run: c++ --version
|
||||
- run: make all -j 2
|
||||
- run: ./exprtk_test
|
||||
|
||||
|
Reference in New Issue
Block a user