summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 99e02f1a642ff76dab1d9686ebb1e3352bb0a929 (plain)
1
2
3
4
5
6
language: cpp
before_install: git clone https://github.com/raboof/sfArkLib.git; cd sfArkLib; make ; sudo make install; cd ..
script: make
compiler:
  - clang
  - gcc