Skip to content

Commit

Permalink
Add minimal .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3cky committed Dec 7, 2017
1 parent d8b3b24 commit d959165
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: required

dist: trusty

language: c

compiler:
- gcc
- clang

before_install:
- sudo apt-get update -qq

script:
- mkdir build
- cd build
- cmake ..
- make

0 comments on commit d959165

Please sign in to comment.