Skip to content

Commit

Permalink
ci: adjust building of microbench to use test scale
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarobot committed Sep 9, 2024
1 parent 3e1c0cd commit f9d87e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
tests/cacheoptest/llc
tests/aliastest
apps/coremark
apps/microbench
run: |
for one_test in $tests; do
echo ::group::$one_test
Expand All @@ -44,6 +43,13 @@ jobs:
cd $GITHUB_WORKSPACE
echo "::endgroup::"
done
- name: Build Microbench
run: |
cd $GITHUB_WORKSPACE/apps/microbench
make ${{ env.MAKE_FLAGS }} mainargs=test
mkdir -p $GITHUB_WORKSPACE/build/apps/microbench
cp build/*.{elf,bin,txt} $GITHUB_WORKSPACE/build/apps/microbench
cd $GITHUB_WORKSPACE
- name: Build amtest
run: |
mkdir -p $GITHUB_WORKSPACE/build/amtest/
Expand Down

0 comments on commit f9d87e6

Please sign in to comment.