forked from ArashPartow/exprtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/pr…
- Loading branch information
1 parent
f32d2b4
commit d312ba9
Showing
25 changed files
with
3,509 additions
and
1,756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
dist: xenial | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.