fix windows build
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
This commit is contained in:
parent
df73f9a18f
commit
6ecad9af72
@ -6,7 +6,7 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
BUILD_ARGS = '--build . -j 8'
|
BUILD_ARGS = '--build . -j 8'
|
||||||
CONFIGURE_ARGS = '../.. -DCMAKE_BUILD_TYPE=Release -DREPERTORY_ENABLE_S3=ON'
|
CONFIGURE_ARGS = '../.. -DCMAKE_BUILD_TYPE=Release -DREPERTORY_ENABLE_S3=ON'
|
||||||
CONFIGURE_MINGW64_ARGS = '../.. -DCMAKE_BUILD_TYPE=Release -DREPERTORY_ENABLE_S3=ON -DCMAKE_TOOLCHAIN_FILE=${WORKSPACE}/cmake/mingw-w64-x86_64.cmake'
|
CONFIGURE_MINGW64_ARGS = '../.. -DCMAKE_BUILD_TYPE=Release -DREPERTORY_ENABLE_S3=ON -DCMAKE_TOOLCHAIN_FILE=/cmake_toolchain.cmake'
|
||||||
REPERTORY_TEST_DIR = "${HOME}/.ci/cfg"
|
REPERTORY_TEST_DIR = "${HOME}/.ci/cfg"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user