mirror of https://github.com/libAthena/athena.git
Create .travis.yml
This commit is contained in:
parent
740fbd4273
commit
351065e494
|
@ -0,0 +1,8 @@
|
|||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install qt4-qmake
|
||||
|
||||
script:
|
||||
- qmake -project
|
||||
- qmake libzelda.pro
|
||||
- make
|
Loading…
Reference in New Issue