Skip to content

Update main.yml

Update main.yml #18

Workflow file for this run

name: C/C++ CI (x86/vac/hw-operations-in-vac-v3)
on:
push:
branches: [ "x86/vac/hw-operations-in-vac-v3" ]
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: make mrproper
run: make mrproper
- name: config
run: wget https://raw.githubusercontent.com/vsrinivas/kvm-misc/master/.config -O .config
- name: make
run: make CC="ccache cc" -j`nproc` && make CC="ccache cc" M=arch/x86/kvm modules
- name: fetch testdisk
run: wget https://github.com/vsrinivas/kvm-misc/raw/master/testdisk.img.gz -O testdisk.img.gz
- name: unpack testdisk
run: gunzip testdisk.img.gz
- name: fetch vm-boot-test.exp
run: wget https://raw.githubusercontent.com/vsrinivas/kvm-misc/master/vm-boot-test.exp -O vm-boot-test.exp
- name: vm-boot-test.exp
run: ./vm-boot-test.exp