Skip to content
Snippets Groups Projects
Unverified Commit f773b6a0 authored by Karl-Johan Karlsson's avatar Karl-Johan Karlsson
Browse files

Add CI step for building a Snap package

parent fdb12806
No related branches found
No related tags found
No related merge requests found
Pipeline #117468 canceled
---
stages:
- build
snap:
stage: build
image: ubuntu:22.04
script:
- apt update
- apt -y install snapcraft
- snap install lxd
- lxd init --auto
- snapcraft --use-lxd
artifacts:
paths:
- autopsy_*.snap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment