travis linux build configuration file
This commit is contained in:
parent
bf8cc5307d
commit
286618735b
1 changed files with 0 additions and 0 deletions
19
.travis.yml
Normal file
19
.travis.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
language: cpp
|
||||
sudo: required
|
||||
os: linux
|
||||
dist: xenial
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_script:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y libassimp-dev libx11-xcb-dev libxrandr-dev
|
||||
script:
|
||||
- cmake
|
||||
- make
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- webmaster@saschawillems.dev
|
||||
on_success: change
|
||||
on_failure: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue