1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

Add travis config

This commit is contained in:
Dmitry Marakasov 2018-06-25 23:28:41 +03:00
parent 87dc7dcd62
commit 94bbd751c7

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: cpp
sudo: required
addons:
apt:
packages:
- libsdl-dev
- libsdl-mixer1.2-dev
- libsdl-gfx1.2-dev
- libsdl-ttf2.0-dev
- libglew-dev
compiler:
- gcc
- clang
script:
- autoreconf -fiv
- ./configure
- make
- sudo make install