mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-18 05:34:58 +03:00
Use "build" folder instead of "tmp" in CI scripts
This commit is contained in:
@ -18,7 +18,7 @@ FreeBSD_task:
|
||||
configure_script:
|
||||
- ./configure
|
||||
build_script:
|
||||
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
||||
- make -j $(sysctl -n hw.ncpu || echo 4) -C build
|
||||
test_script:
|
||||
- ldd build/vpnserver
|
||||
- .ci/memory-leak-test.sh
|
||||
|
Reference in New Issue
Block a user