mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-20 05:22:20 -04:00
Try building snap in CI
This commit is contained in:
parent
ca3bdd4130
commit
9a66b92185
1 changed files with 17 additions and 0 deletions
17
.github/workflows/build-snap.yml
vendored
Normal file
17
.github/workflows/build-snap.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Build
|
||||
run-name: Build snap
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- snap-ci
|
||||
|
||||
jobs:
|
||||
build-snap:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
snap install snapcraft --classic
|
||||
- run:
|
||||
snapcraft
|
Loading…
Add table
Add a link
Reference in a new issue