1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +03:00

Merge pull request #771 from chipitsine/travis_fix

Merge PR #771: travis-ci: fix osx build, remove unneeded "apt" plugin (it is unused since CPack)
This commit is contained in:
Ilya Shipitsin 2018-10-25 01:03:57 +05:00 committed by GitHub
commit 1cb225c0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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