You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KasmVNC/.gitlab-ci.yml

22 lines
355 B
YAML

image: docker
services:
- docker:dind
stages:
- build
build:
stage: build
script:
- ls -l
- pwd
- apk add bash
- bash builder/build-tarball
- bash builder/build-deb
- mkdir output
- cp builder/build/kasmvncserver_*.deb output/
- cp builder/build/kasmvnc.*.tar.gz output/
artifacts:
paths:
- output/