Skip to content

Commit

Permalink
actions: test C API
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Jan 24, 2020
1 parent dc59f7b commit bf782d3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,23 @@ jobs:
- name: build Hyper-V driver
run: cargo build --features hyper-v

c_api:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-18.04]

steps:
- name: install cbindgen
run: cargo install --force cbindgen
- uses: actions/checkout@v1
- name: build libmicrovmi
run: cargo build
- name: build C API
run: |
cd c_examples
make
rustfmt:
runs-on: ubuntu-latest

Expand Down

0 comments on commit bf782d3

Please sign in to comment.