mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-22 16:28:57 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
18
.travis.yml
18
.travis.yml
@ -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
|
||||
|
Reference in New Issue
Block a user