Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/.travis.yml b/.travis.yml
index 0dfe032..02ebfa3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,24 +1,32 @@
language: cpp
git:
depth: 10
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
packages:
- libsdl1.2-dev
- libsdl-image1.2-dev
- libsdl-ttf2.0-dev
- libsdl-mixer1.2-dev
- libsdl-gfx1.2-dev
- libcurl4-openssl-dev
- libarchive-dev
- liblua5.2-dev
- os: osx
compiler: clang
+ env:
+ global:
+ - LUA52_VERSION=5.2.4
before_install:
- - brew install sdl sdl_image sdl_ttf sdl_mixer sdl_gfx libarchive lua52
+ - brew install sdl sdl_image sdl_ttf sdl_mixer sdl_gfx libarchive
+ # brew only has lua 5.1 and 5.3, so we need to compile it from source
+ - wget http://www.lua.org/ftp/lua-$SDL2_VERSION.tar.gz
+ - tar zxf lua-$SDL2_VERSION.tar.gz
+ - cd lua-$SDL2_VERSION
+ - make macosx && sudo make install
script:
- mkdir build && cd build && cmake .. && make

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jun 16, 12:12 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71474
Default Alt Text
(1 KB)

Event Timeline