Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

Commit

Permalink
Added Travis config file to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmustilljander committed Jun 25, 2017
1 parent f08f99a commit d8ab7fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: cpp
compiler:
- clang
- gcc
os:
- linux
before_install:
- wget https://cmake.org/files/v3.6/cmake-3.6.3-Linux-x86_64.sh
- sudo sh cmake-3.6.3-Linux-x86_64.sh --skip-license --prefix=/usr
install:
- cmake .
script:
- make .

0 comments on commit d8ab7fc

Please sign in to comment.