Skip to content

Commit

Permalink
Add rv32Zicsr target in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
towoe authored and imphil committed Nov 12, 2019
1 parent 87b05b6 commit 1cc4831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
export RISCV_TARGET=ibex
export RISCV_DEVICE=rv32imc
fail=0
for isa in rv32i rv32im rv32imc; do
for isa in rv32i rv32im rv32imc rv32Zicsr; do
make -C build/riscv-compliance RISCV_ISA=$isa 2>&1 | tee run.log
if [ ${PIPESTATUS[0]} != 0 ]; then
echo -n "##vso[task.logissue type=error]"
Expand Down

0 comments on commit 1cc4831

Please sign in to comment.