mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 11:09:28 +00:00
Add support to run snap build in CircleCI
This commit is contained in:
parent
bc7475f1a1
commit
12bc17d74e
16
.circleci/config.yml
Normal file
16
.circleci/config.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: cibuilds/snapcraft:stable
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Build Snap"
|
||||||
|
command: snapcraft
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
main:
|
||||||
|
jobs:
|
||||||
|
- build
|
Loading…
Reference in New Issue
Block a user