mirror of
https://github.com/boostorg/system.git
synced 2025-08-15 12:00:54 +02:00
Update .drone.jsonnet
This commit is contained in:
@@ -71,7 +71,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
|
|||||||
'git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root',
|
'git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root',
|
||||||
'cd boost-root',
|
'cd boost-root',
|
||||||
'git submodule update --init tools/boostdep',
|
'git submodule update --init tools/boostdep',
|
||||||
'xcopy /s /e /q %DRONE_BUILD_DIR% libs\%SELF%\',
|
'xcopy /s /e /q %DRONE_BUILD_DIR% libs\\%SELF%\\',
|
||||||
'python tools/boostdep/depinst/depinst.py %SELF%',
|
'python tools/boostdep/depinst/depinst.py %SELF%',
|
||||||
'cmd /c bootstrap',
|
'cmd /c bootstrap',
|
||||||
'b2 -d0 headers',
|
'b2 -d0 headers',
|
||||||
@@ -149,7 +149,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
|
|||||||
linux_pipeline(
|
linux_pipeline(
|
||||||
"Linux 20.04 GCC 9 ARM64 32/64",
|
"Linux 20.04 GCC 9 ARM64 32/64",
|
||||||
"cppalliance/droneubuntu2004:multiarch",
|
"cppalliance/droneubuntu2004:multiarch",
|
||||||
{ TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '17', ADDRMD: '32,64' },
|
{ TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '03,11,14,17,2a', ADDRMD: '32,64' },
|
||||||
arch="arm64",
|
arch="arm64",
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user