Skip to content

Commit

Permalink
more CI fixes, use new path to pk
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Oct 19, 2018
1 parent ecfde68 commit b548613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test:
- rm -f TestHarness.h emulator
- time CXX=g++-7 make emulator
- time ./emulator +cycle-count ./dhrystone.riscv
- time ./emulator +cycle-count +max-cycles=2000000 $RISCV/riscv64-unknown-elf/bin/pk /hello
- time ./emulator +cycle-count +max-cycles=2000000 riscv/riscv64-unknown-elf/bin/pk /hello
cache:
untracked: true
paths:
Expand Down

0 comments on commit b548613

Please sign in to comment.