parent
92025ecbbd
commit
6a463503a7
2 changed files with 8 additions and 0 deletions
@ -1,5 +1,9 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
|
SCRIPT_DIR=$(dirname "$0") |
||||||
|
BASEDIR=$(realpath "$SCRIPT_DIR/../../") |
||||||
|
cd $BASEDIR |
||||||
|
|
||||||
# tests that our build system's dependencies are configured properly, |
# tests that our build system's dependencies are configured properly, |
||||||
# needs a machine with lots of cores |
# needs a machine with lots of cores |
||||||
scons --clean |
scons --clean |
||||||
|
Loading…
Reference in new issue