Skip to content

Commit

Permalink
ci: Test CPU check
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jan 26, 2023
1 parent bce4ad7 commit 9942b02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,12 @@ jobs:
- build
- test
- package
- run:
name: "Install qemu"
command: sudo apt update -y && sudo apt install -y qemu-user-static
- run:
name: "Test CPU check"
command: (qemu-x86_64-static -cpu qemu64 bin/evmc run --vm ./lib/libevmone.so,trace 6000 2>&1 || true) | grep 'CPU does not support'

release-windows:
executor: win/server-2022
Expand Down

0 comments on commit 9942b02

Please sign in to comment.