summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5f4ff343..da16a3e7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -31,6 +31,18 @@ jobs:
command: |
cd _build
make install
+ snap:
+ docker:
+ - image: cibuilds/snapcraft:stable
+ steps:
+ - checkout
+ - run:
+ name: Refresh package cache
+ command: |
+ apt-get update
+ - run:
+ name: Build snap
+ command: snapcraft
android:
docker:
- image: circleci/android:api-28-alpha
@@ -61,4 +73,5 @@ workflows:
ci:
jobs:
- build
+ - snap
- android