Initial configuration for Travis integration
A successful build is not expected at this stage.
This commit is contained in:
18
.travis.yml
Normal file
18
.travis.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
language: cpp
|
||||
|
||||
script: scons
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libsfml-dev libboost-dev
|
||||
|
||||
branches:
|
||||
except:
|
||||
- legacy-win32
|
Reference in New Issue
Block a user