mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-06 05:43:56 +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…
x
Reference in New Issue
Block a user