Skip to content

Commit

Permalink
ADD: update CI script for new tests building
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Sep 8, 2024
1 parent c2f1565 commit ecd763a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/scripts/build-extra-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ set -ex
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
source $SCRIPT_DIR/defaults.sh

make -C $LOCAL_CHIPYARD_DIR/tests clean
make -C $LOCAL_CHIPYARD_DIR/tests
cmake $LOCAL_CHIPYARD_DIR/tests/ -S $LOCAL_CHIPYARD_DIR/tests/ -B $LOCAL_CHIPYARD_DIR/tests/build/ -D CMAKE_BUILD_TYPE=Debug
cmake --build $LOCAL_CHIPYARD_DIR/build/ --target clean
cmake --build $LOCAL_CHIPYARD_DIR/build/ --target all

0 comments on commit ecd763a

Please sign in to comment.