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:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-mingw-w64
|
||||
- cppcheck
|
||||
packages: [ 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:
|
||||
- unset CC; unset CXX
|
||||
|
|
Loading…
Reference in New Issue