Add FireSim tests to CI

This commit is contained in:
Howard Mao
2019-09-02 13:20:19 -07:00
parent 538e9edbef
commit afe14d423d
5 changed files with 350 additions and 1 deletions

11
.circleci/build-extra-tests.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# turn echo on and error on earliest command
set -ex
# get shared variables
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
source $SCRIPT_DIR/defaults.sh
make -C $LOCAL_CHIPYARD_DIR/tests clean
make -C $LOCAL_CHIPYARD_DIR/tests