Skip to content

Commit 5209577

Browse files
committed
[#375] attempt 3 to use workflow builds to debug
1 parent 5a41aa7 commit 5209577

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
working-directory: ${{github.workspace}}
4646
run: |
4747
export CFLAGS="-fprofile-arcs -ftest-coverage -fcondition-coverage -g"
48-
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
49-
source $SCRIPT_DIR/env.sh
50-
rm $BASE_DIR/CMakeCache.txt
48+
rm ${GITHUB_WORKSPACE}/CMakeCache.txt
5149
cmake -DCODECOV=1 -DDEBUG=1 -DMC_INTERNAL=1 -DTEST=1 -DSA_FILE=1 -DKEY_VALIDATION=0 && make
5250
bash ${GITHUB_WORKSPACE}/bin/ut_aos_apply
5351
make test

0 commit comments

Comments
 (0)