Support CircleCI for building
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
Triaged
|
Medium
|
Unassigned |
Bug Description
CircleCI is an awesome alternative to travis for CI. https:/
Using a simple .circleci/
CircleCi supports using encrypted credentials. I documented how I got that working at https:/
https:/
version: 2
jobs:
build:
working_
machine: true
steps:
- checkout
- run:
command: |
sudo apt update
sudo apt install -y snapd
sudo snap install snapcraft --edge --classic
- deploy:
name: Push Master to Snap Store
command: |
openssl aes-256-cbc -d -in .snapcraft/
Changed in snapcraft: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: integrations |
description: | updated |