mirror of
https://github.com/boostorg/endian.git
synced 2025-07-29 20:17:26 +02:00
Add drone debugging variable DRONE_STAGE_MACHINE
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
set LIBRARY=%1
|
||||
set DRONE_BUILD_DIR=%CD%
|
||||
|
||||
echo %DRONE_STAGE_MACHINE%
|
||||
|
||||
set BOOST_BRANCH=develop
|
||||
if "%DRONE_BRANCH%" == "master" set BOOST_BRANCH=master
|
||||
cd ..
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
set -ex
|
||||
export PATH=~/.local/bin:/usr/local/bin:$PATH
|
||||
uname -a
|
||||
echo $DRONE_STAGE_MACHINE
|
||||
|
||||
DRONE_BUILD_DIR=$(pwd)
|
||||
|
||||
|
Reference in New Issue
Block a user