Skip to content

Commit

Permalink
Trying to move to ubuntu for travis ci builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 30, 2018
1 parent 6e3fca6 commit f22de98
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: required
dist: trusty
sudo: false

notifications:
email:
Expand All @@ -12,19 +13,13 @@ compiler:
- gcc
- clang

arch:
packages:
- cmake

script:
- "echo $CC"
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ../
- make
- cd ../Samples
- make

script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ../
- make

after_success:
- cd ../Samples
- make

0 comments on commit f22de98

Please sign in to comment.