Merge pull request #52 from sdarwin/feature/drone3

Add drone debugging variable DRONE_STAGE_MACHINE
This commit is contained in:
Peter Dimov
2024-04-17 21:10:56 +03:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
set LIBRARY=%1 set LIBRARY=%1
set DRONE_BUILD_DIR=%CD% set DRONE_BUILD_DIR=%CD%
echo %DRONE_STAGE_MACHINE%
set BOOST_BRANCH=develop set BOOST_BRANCH=develop
if "%DRONE_BRANCH%" == "master" set BOOST_BRANCH=master if "%DRONE_BRANCH%" == "master" set BOOST_BRANCH=master
cd .. cd ..

View File

@@ -6,6 +6,8 @@
set -ex set -ex
export PATH=~/.local/bin:/usr/local/bin:$PATH export PATH=~/.local/bin:/usr/local/bin:$PATH
uname -a
echo $DRONE_STAGE_MACHINE
DRONE_BUILD_DIR=$(pwd) DRONE_BUILD_DIR=$(pwd)