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

19 lines
304 B
YAML

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