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

Commit d1421da

Browse files
committed
ci: add build support for snaps
1 parent da27827 commit d1421da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/continuous.yml

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ on:
44
- push
55

66
jobs:
7+
Snap:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
12+
- name: Install snapcraft
13+
run: |
14+
sudo snap install --classic snapcraft
15+
snapcraft build --destructive-mode
16+
717
Wheel:
818
runs-on: ubuntu-latest
919
steps:

0 commit comments

Comments
 (0)