Skip to content

Commit

Permalink
CI: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser authored Jun 9, 2021
1 parent 5bf8ce7 commit 4525950
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: build

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
container: free60/libxenon:latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Export variables
run: |
echo DEVKITXENON=/usr/local/xenon >> $GITHUB_ENV
echo /usr/local/xenon/bin >> $GITHUB_PATH
echo /usr/local/xenon/usr/bin >> $GITHUB_PATH
- name: Build
run: make
- uses: actions/upload-artifact@v2
with:
name: libext2fs
path: lib/xenon/libext2fs.a

0 comments on commit 4525950

Please sign in to comment.