parent
92025ecbbd
commit
6a463503a7
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