add cd for jenkins replacement scripts (#31355)
fix dirs
old-commit-hash: 6a463503a7
pull/32199/head
parent
e5a5607c9e
commit
abb7672b9b
2 changed files with 8 additions and 0 deletions
@ -1,5 +1,9 @@ |
||||
#!/bin/bash |
||||
|
||||
SCRIPT_DIR=$(dirname "$0") |
||||
BASEDIR=$(realpath "$SCRIPT_DIR/../../") |
||||
cd $BASEDIR |
||||
|
||||
# tests that our build system's dependencies are configured properly, |
||||
# needs a machine with lots of cores |
||||
scons --clean |
||||
|
Loading…
Reference in new issue