athena/.travis.yml

11 lines
159 B
YAML
Raw Normal View History

2013-09-10 22:31:27 +00:00
install:
- sudo apt-get update
- sudo apt-get install qt4-qmake
2013-09-10 22:31:27 +00:00
script:
- qmake libzelda.pro
- make
2014-01-14 12:04:30 +00:00
notifications:
irc: "irc.wiiking.com#wiiking2"