1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-18 13:44:58 +03:00

Use "build" folder instead of "tmp" in CI scripts

This commit is contained in:
Davide Beatrici
2020-07-20 20:33:36 +02:00
parent 369a8850c4
commit 3c2f5a41ba
7 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@
- cd "$REPOSITORY" && git submodule update --init --recursive
script:
- ./configure
- make package -C tmp
- make package -C build
- dpkg -i build/softether-vpn*.deb
- .ci/memory-leak-test.sh
@ -36,7 +36,7 @@ build_illumos:
script:
- git submodule init && git submodule update
- CMAKE_FLAGS="-DCMAKE_PREFIX_PATH=/opt/local -DCMAKE_CXX_FLAGS=-m64 -DCMAKE_C_FLAGS=-m64" ./configure
- gmake -C tmp
- gmake -C build
#
# flawfinder