Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>
  • Loading branch information
Abdulwadoodd committed Feb 14, 2024
1 parent a209bfd commit 28a6e0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/arch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ jobs:
ci-tests/build-spike
echo $GITHUB_WORKSPACE/ci-tests/riscv-isa-sim/build/install/bin >> $GITHUB_PATH
pwd
ls
ls ci-tests/
ls ci-tests/riscv-isa-sim/
ls ci-tests/riscv-isa-sim/build/
ls ci-tests/riscv-isa-sim/build/install/bin
4 changes: 3 additions & 1 deletion ci-tests/build-spike
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
set -e


rm -rf riscv-isa-sim
git clone https://github.com/riscv-software-src/riscv-isa-sim
cd riscv-isa-sim
Expand All @@ -14,4 +13,7 @@ make install

# check that help message prints without error
install/bin/spike -h
echo install/bin >> $GITHUB_PATH
cd install/bin
pwd

0 comments on commit 28a6e0e

Please # to comment.