diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b3d2a223..93b62c55 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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]"