Skip to content

Commit

Permalink
Added travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-m-mudd committed Dec 13, 2018
1 parent 4e34ad3 commit 92a0196
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dist: trusty
sudo: required
language:
- cpp
compiler:
- gcc
before_install:
- sudo apt-get install -y libfftw3-dev
- cd ./src
script:
# Run your build commands next
- sh build.sh

0 comments on commit 92a0196

Please sign in to comment.