Skip to content

Commit

Permalink
Merge pull request #218 from jssotomdz/gnome-46-2404-sdk
Browse files Browse the repository at this point in the history
ci: add build test
  • Loading branch information
kenvandine authored May 29, 2024
2 parents 24dc20f + 6c7545b commit 5fb5819
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: build-test
on:
pull_request:
push:
branches:
- gnome-42-2204-sdk
- gnome-46-2404-sdk

jobs:
snap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v2
with:
name: 'snap'
path: ${{ steps.snapcraft.outputs.snap}}

0 comments on commit 5fb5819

Please sign in to comment.