Skip to content

Windows and bindings support #24

Windows and bindings support

Windows and bindings support #24

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:
- uses: actions/checkout@v4
- name: Build Test Container
run: |
docker build -t qemu-rs-test .