Skip to content

Commit

Permalink
Add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-allan committed Jun 14, 2024
1 parent 2cd601f commit 0f1b546
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build

on: [push]

jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: build
run: |
make
- name: Archive release artifacts
uses: actions/upload-artifact@v4
with:
name: xrnx
path: com.matta.exs24.xrnx

0 comments on commit 0f1b546

Please sign in to comment.