This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: activate Travis-CI.
legacy
Sam Hocevar
8 years ago
parent
b660d52e61
commit
35ec9f6312
1 changed files
with
29 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+29
-0
.travis.yml
+ 29
- 0
.travis.yml
View File
@@ -0,0 +1,29 @@
sudo: false
language: c++
env: VERBOSE=1
addons:
apt:
packages:
- build-essential
- automake
- autoconf
- libtool
- pkg-config
- libsdl2-dev
- libsdl2-image-dev
- libsdl2-mixer-dev
- libglew-dev
before_install:
# - .travis/before_install.sh
- ./bootstrap
os:
- linux
# - osx
compiler:
- gcc
- clang
Write
Preview
Loading…
Cancel
Save