mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-22 18:51:48 +02:00
Added gitlab pipeline
This commit is contained in:
parent
41d518eda4
commit
48bc79162a
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
image: docker
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: ubuntu:xenial
|
||||||
|
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/
|
Loading…
x
Reference in New Issue
Block a user