mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-23 08:26:17 +04:00
hypervisor: test hypervisor build in CI
This commit is contained in:
parent
7973369b23
commit
bc351b1c7f
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -57,5 +57,9 @@ jobs:
|
||||
|
||||
- name: Download prebuilt user image
|
||||
run: cd user && make sfsimg ARCH=${{ matrix.arch }} PREBUILT=1 && cd ..
|
||||
|
||||
- name: Build kernel
|
||||
run: cd kernel && make build ARCH=${{ matrix.arch }} && cd ..
|
||||
- name: Build kernel with hypervisor
|
||||
if: runner.os == 'Linux' && matrix.arch == 'x86_64'
|
||||
run: cd kernel && make build ARCH=${{ matrix.arch }} HYPERVISOR=on && cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user