Skip to content

Commit

Permalink
Add Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Mar 30, 2020
1 parent 722e42c commit ce042c2
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 ce042c2

Please sign in to comment.