Basic support for Travis build (#34)
parent
49a6f4f9fc
commit
474c75fb4c
|
@ -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
|
Loading…
Reference in New Issue