C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
6c37419d62
commit
a3df716ffc
|
@ -0,0 +1,12 @@
|
|||
language: cpp
|
||||
|
||||
sudo: required
|
||||
|
||||
dist: trusty
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
script:
|
||||
- make clean all
|
||||
- ./exprtk_test
|
Loading…
Reference in New Issue