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:
|
directories:
|
||||||
- ${HOME}/Library/Caches/Homebrew
|
- ${HOME}/Library/Caches/Homebrew
|
||||||
before_install:
|
before_install:
|
||||||
- brew update && brew upgrade
|
- brew update
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./configure
|
||||||
- make -C tmp
|
- make -C tmp
|
||||||
- otool -L build/vpnserver
|
- otool -L build/vpnserver
|
||||||
- sudo make -C tmp install
|
- sudo make -C tmp install
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages: [ debhelper, devscripts, fakeroot, cmake3, dh-exec ]
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- download-cache
|
- download-cache
|
||||||
|
Loading…
Reference in New Issue
Block a user