adding Town15 as AdditionalMap
This commit is contained in:
parent
2de8ad017d
commit
7c106b9426
|
@ -95,7 +95,7 @@ pipeline
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
sh 'make package ARGS="--python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
|
sh 'make package ARGS="--python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
|
||||||
sh 'make package ARGS="--packages=AdditionalMaps,Town06_Opt,Town07_Opt,Town11,Town12,Town13 --target-archive=AdditionalMaps --clean-intermediate --python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64"'
|
sh 'make package ARGS="--packages=AdditionalMaps,Town06_Opt,Town07_Opt,Town11,Town12,Town13,Town15 --target-archive=AdditionalMaps --clean-intermediate --python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64"'
|
||||||
sh 'make examples ARGS="localhost 3654"'
|
sh 'make examples ARGS="localhost 3654"'
|
||||||
}
|
}
|
||||||
post
|
post
|
||||||
|
@ -298,7 +298,7 @@ pipeline
|
||||||
"""
|
"""
|
||||||
bat """
|
bat """
|
||||||
call ../setEnv64.bat
|
call ../setEnv64.bat
|
||||||
make package ARGS="--packages=AdditionalMaps,Town06_Opt,Town07_Opt,Town11,Town12,Town13 --target-archive=AdditionalMaps --clean-intermediate"
|
make package ARGS="--packages=AdditionalMaps,Town06_Opt,Town07_Opt,Town11,Town12,Town13,Town15 --target-archive=AdditionalMaps --clean-intermediate"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|
|
@ -275,8 +275,6 @@ unset GTEST_BASENAME
|
||||||
# -- Get Recast&Detour and compile it with libc++ ------------------------------
|
# -- Get Recast&Detour and compile it with libc++ ------------------------------
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
RECAST_HASH=ffdc02
|
|
||||||
RECAST_COMMIT=ffdc02a0e807e76998a6313eeec00d2bd3176162
|
|
||||||
RECAST_BASENAME=recast-${CXX_TAG}
|
RECAST_BASENAME=recast-${CXX_TAG}
|
||||||
|
|
||||||
RECAST_INCLUDE=${PWD}/${RECAST_BASENAME}-install/include
|
RECAST_INCLUDE=${PWD}/${RECAST_BASENAME}-install/include
|
||||||
|
|
|
@ -37,4 +37,4 @@
|
||||||
0.9.12: 20210730_564bcdc
|
0.9.12: 20210730_564bcdc
|
||||||
0.9.13: 20211112_d5cfa12
|
0.9.13: 20211112_d5cfa12
|
||||||
0.9.14: 20221201_5ec9328
|
0.9.14: 20221201_5ec9328
|
||||||
Latest: 20230623_5ec6f39
|
Latest: 20231027_4d8d172
|
||||||
|
|
Loading…
Reference in New Issue