Skip to content

Windows and bindings support #23

Windows and bindings support

Windows and bindings support #23

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build And Test
runs-on: ubuntu-latest
steps:
- name: Free build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 2048
temp-reserve-mb: 256
swap-size-mb: 1024
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"
remove-codeql: "true"
remove-docker-images: "true"
- uses: actions/checkout@v4
- name: Build Test Container
run: |
docker build -t qemu-rs-test .