Skip to content

Commit

Permalink
Merge pull request #1 from amontoison/travis
Browse files Browse the repository at this point in the history
Add Travis CI
  • Loading branch information
montplaisir committed Apr 22, 2020
2 parents 722e42c + ce042c2 commit 3297047
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: cpp

matrix:
include:
- os: linux
dist: bionic
compiler: gcc
- os: osx
osx_image: xcode11.3
compiler: clang

script:
- cd src
- make NOOMP=1 USE_SGTELIB=0 VARIANT=debug

0 comments on commit 3297047

Please sign in to comment.