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