Skip to content

Commit

Permalink
semaphore
Browse files Browse the repository at this point in the history
  • Loading branch information
qreeves committed Feb 8, 2015
1 parent 3b31042 commit ce2505b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ language: cpp
compiler: gcc
notifications:
webhooks:
urls: http://n.tkte.ch/h/1241/m7wj02PQv7q_0tBBfUYlzTIS
urls: http://n.tkte.ch/h/3945/tY-9-22y9j6NH-HfvTiFpst-
on_success: always
on_failure: always
on_start: never
git:
submodules: false
install:
- sudo apt-get update
- sudo apt-get -fy install build-essential libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev binutils-mingw-w64 gcc-mingw-w64 g++-mingw-w64
script:
- make PLATFORM=linux64 PLATFORM_BIN=amd64 -C src clean install
- make PLATFORM=crossmingw64 PLATFORM_BIN=amd64 -C src clean install
install: true

0 comments on commit ce2505b

Please sign in to comment.