Skip to content
Snippets Groups Projects

Ci setup

Merged azubieta requested to merge ci_setup into master
2 files
+ 11
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
5
@@ -20,8 +20,6 @@ variables:
.dekko:
stage: build
image: clickable/ci-16.04-$ARCH:$CLICKABLE_VERSION
tags:
- docker
script:
- git clone https://gitlab.com/dekkan/dekko.git --recursive
- cd dekko
@@ -51,13 +49,15 @@ dekko:amd64:
paths:
- '*.AppImage'
expire_in: 1 week
dependencies:
- build
appimage:arm64:
<<: *arm64
extends: .appimage
dependencies:
- dekko:arm64
appimage:amd64:
<<: *amd64
extends: .appimage
\ No newline at end of file
extends: .appimage
dependencies:
- dekko:amd64
Loading