further work on gitlab-ci.yml

This commit is contained in:
Jonas Heinrich 2020-11-26 11:34:38 +01:00
parent 42a03cbd77
commit 6631feb7d1

View File

@ -3,13 +3,11 @@ stages:
- packaging - packaging
- publishing - publishing
image: ubuntu:20.10 image: node:latest
Compile: Compile:
stage: compiling stage: compiling
script: script:
- apt update
- DEBIAN_FRONTEND="noninteractive" apt install -y npm
- make dev-setup - make dev-setup
- make build-js - make build-js
cache: cache:
@ -19,6 +17,8 @@ Compile:
Pack: Pack:
stage: packaging stage: packaging
script: script:
- apt update
- DEBIAN_FRONTEND="noninteractive" apt install -y wget
- wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb
- sudo dpkg -i krankerl_0.12.3_amd64.deb - sudo dpkg -i krankerl_0.12.3_amd64.deb
- krankerl package - krankerl package