mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
travis-ci: fix osx build, remove unneeded "apt" plugin (it is unused since CPack)
This commit is contained in:
parent
fe71635603
commit
aff8566957
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user