Build infinity-plugin

This commit is contained in:
Duilio Protti 2016-07-03 13:12:14 -03:00
parent 29b6830e0a
commit ff79739004
1 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@ before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get -y install autotools-dev audacious-dev libglib2.0-dev - sudo apt-get -y install autotools-dev audacious-dev libglib2.0-dev
install: install:
- cd ~ - pushd ~
- mkdir sdl2install - mkdir sdl2install
- export SDL2DIR="`pwd`/sdl2install" - export SDL2DIR="`pwd`/sdl2install"
- wget https://www.libsdl.org/release/SDL2-2.0.3.tar.gz - wget https://www.libsdl.org/release/SDL2-2.0.3.tar.gz
@ -15,12 +15,11 @@ install:
- ./configure --prefix=$SDL2DIR - ./configure --prefix=$SDL2DIR
- make - make
- make install - make install
script: - popd
- ./autogen.sh - ./autogen.sh --prefix=$SDL2DIR
- make - make
compiler: - make install
- clang compiler: gcc
- gcc
notifications: notifications:
email: email:
- dprotti@gmail.com - dprotti@gmail.com