Skip to content

Commit

Permalink
CI: build simavr wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jun 30, 2024
1 parent 3d3f6ea commit 7bf2974
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# configuration for GitHub Actions
name: simboard tests
on:
push:
pull_request:
jobs:
wrapper-simavr:
name: Build and test wrapper-simavr
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cd wrapper-simavr
mkdir build && cd build && cmake ..
make

0 comments on commit 7bf2974

Please sign in to comment.