1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

travis-ci: fix osx build, remove unneeded "apt" plugin (it is unused since CPack)

This commit is contained in:
Ilya Shipitsin 2018-10-25 00:33:58 +05:00
parent fe71635603
commit aff8566957

View File

@ -54,17 +54,13 @@ matrix:
directories:
- ${HOME}/Library/Caches/Homebrew
before_install:
- brew update && brew upgrade
- brew update
script:
- ./configure
- make -C tmp
- otool -L build/vpnserver
- sudo make -C tmp install
addons:
apt:
packages: [ debhelper, devscripts, fakeroot, cmake3, dh-exec ]
cache:
directories:
- download-cache