we don't have a "make test", so travis reports the build as "failed"
(also throw in an IRC notification)
This commit is contained in:
@@ -6,6 +6,7 @@ compiler:
|
|||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
irc: "chat.freenode.net#stepmania-devs"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get install nasm
|
- sudo apt-get install nasm
|
||||||
@@ -26,4 +27,7 @@ before_script:
|
|||||||
- sudo apt-get install libglu1-mesa-dev
|
- sudo apt-get install libglu1-mesa-dev
|
||||||
- sudo apt-get install mesa-common-dev
|
- sudo apt-get install mesa-common-dev
|
||||||
- sudo apt-get install libglew-dev
|
- sudo apt-get install libglew-dev
|
||||||
|
|
||||||
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
|
- ./configure && make
|
||||||
|
|||||||
Reference in New Issue
Block a user