mirror of https://github.com/OpenVPN/openvpn-gui
travis-ci: switch mingw to ubuntu 16.04
parent
fd0fda5480
commit
4d75ca9bd6
|
@ -25,9 +25,12 @@ matrix:
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages: [ cppcheck ]
|
||||||
- gcc-mingw-w64
|
|
||||||
- cppcheck
|
install:
|
||||||
|
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu xenial main universe"
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get -y install dpkg gcc-mingw-w64
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- unset CC; unset CXX
|
- unset CC; unset CXX
|
||||||
|
|
Loading…
Reference in New Issue