1
0
Fork 0

Basic support for Travis build (#34)

pull/38/head
Adam Stachowicz 2018-06-21 03:36:36 +02:00 committed by galaxyhaxz
parent 49a6f4f9fc
commit 474c75fb4c
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: cpp
notifications:
email:
on_failure: change # default: always
addons:
apt:
packages:
- mingw-w64
before_script:
- touch storm.dll
- touch diabloui.dll
script:
- make