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

Commit ed5f09b

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github/workflows/continuous.yml

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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+
sudo snap install multipass
16+
snapcraft build
17+
718
Wheel:
819
runs-on: ubuntu-latest
920
steps:

0 commit comments

Comments
 (0)