Browse Source

Basic support for Travis build (#34)

pull/4/head
Adam Stachowicz 8 years ago committed by galaxyhaxz
parent
commit
474c75fb4c
  1. 17
      .travis.yml

17
.travis.yml

@ -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…
Cancel
Save