Add mingw-w64
parent
a4002107b1
commit
d174899798
|
@ -4,6 +4,11 @@ notifications:
|
||||||
email:
|
email:
|
||||||
on_failure: change # default: always
|
on_failure: change # default: always
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- MinGW-w64
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make get-deps
|
- make get-deps
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue