Skip to content

libkvmi: add kvmi_alloc_gfn, kvmi_free_gfn, kvmi_create_ept_view, kvmi_destroy_ept_view #43

libkvmi: add kvmi_alloc_gfn, kvmi_free_gfn, kvmi_create_ept_view, kvmi_destroy_ept_view

libkvmi: add kvmi_alloc_gfn, kvmi_free_gfn, kvmi_create_ept_view, kvmi_destroy_ept_view #43

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- name: Install required packages
run: sudo apt-get install uuid-dev
- uses: actions/checkout@v1
- name: Bootstrap
run: ./bootstrap
- name: Configure
run: ./configure
- name: Build
run: make
- name: Install
run: sudo make install