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

This commit is contained in:
Arash Partow
2020-01-01 00:00:00 +00:00
parent f32d2b4bbb
commit e67b22afd9
25 changed files with 3701 additions and 1792 deletions

View File

@ -1,12 +1,22 @@
dist: bionic
language: cpp
sudo: required
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
compiler:
- gcc
before_install:
- sudo add-apt-repository -y ppa:edd/misc
script:
- make clean all
- export CC=gcc-7
- export CXX=g++-7
- make clean all -j 2
- ./exprtk_test