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:
parent
87dc7dcd62
commit
94bbd751c7
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user