Making sure OVMF things are in place
This commit is contained in:
parent
7d815e5f49
commit
0161326bf6
|
|
@ -14,8 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Arch Live ISO
|
name: Arch Live ISO
|
||||||
path: ./_work/iso/
|
path: ./_work/iso/
|
||||||
- run: cd tests/qemu
|
- run: echo '' > ./tests/qemu/serial.log
|
||||||
- run: echo '' > serial.log
|
|
||||||
# Generate a .screenrc that will auto-run the test
|
# Generate a .screenrc that will auto-run the test
|
||||||
# as well as record it for publishing using asciinema.
|
# as well as record it for publishing using asciinema.
|
||||||
- run: |
|
- run: |
|
||||||
|
|
@ -29,10 +28,10 @@ jobs:
|
||||||
screen 1 asciinema rec demo.cast --overwrite -c "tail -f serial.log"
|
screen 1 asciinema rec demo.cast --overwrite -c "tail -f serial.log"
|
||||||
EOF
|
EOF
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: cp /usr/share/ovmf/x64/OVMF_VARS.fd ./OVMF_VARS.fd
|
- run: cp /usr/share/ovmf/x64/OVMF_VARS.fd ./tests/qemu/OVMF_VARS.fd
|
||||||
- run: tree
|
- run: tree
|
||||||
- run: cat .screenrc_test
|
- run: cat .screenrc_test
|
||||||
- run: script /dev/null -c "screen -c .screenrc_test"
|
- run: script -c "screen -c .screenrc_test"
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: archtest-pci_emulation
|
name: archtest-pci_emulation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue