Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: add build support for snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Oct 1, 2021
1 parent da27827 commit d1421da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ on:
- push

jobs:
Snap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install snapcraft
run: |
sudo snap install --classic snapcraft
snapcraft build --destructive-mode
Wheel:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d1421da

Please sign in to comment.