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

25 lines
440 B
YAML

image: docker
services:
- docker:dind
variables:
GITLAB_SHARED_DIND_DIR: /builds/$CI_PROJECT_PATH/shared
stages:
- build
build:
stage: build
script:
- ls -l
- pwd
- apk add bash
- mkdir -p "$GITLAB_SHARED_DIND_DIR" && chmod 777 "$GITLAB_SHARED_DIND_DIR"
- bash builder/build-tarball
- bash builder/build-deb
- mkdir output
- cp -r builder/build/* output/
artifacts:
paths:
- output/