mirror of https://github.com/libAthena/athena.git
9 lines
128 B
YAML
9 lines
128 B
YAML
|
install:
|
||
|
- sudo apt-get update
|
||
|
- sudo apt-get install qt4-qmake
|
||
|
|
||
|
script:
|
||
|
- qmake -project
|
||
|
- qmake libzelda.pro
|
||
|
- make
|