multi-user/.gitlab/ci/build.gitlab-ci.yml

13 lines
235 B
YAML
Raw Normal View History

2020-03-11 22:36:26 +00:00
build:
2020-04-17 15:49:22 +02:00
stage: build
2021-07-27 11:08:57 +02:00
needs: ["test"]
2020-07-28 17:17:39 +02:00
image: debian:stable-slim
2020-03-11 22:35:50 +00:00
script:
2020-04-07 16:43:42 +00:00
- rm -rf tests .git .gitignore script
2020-03-11 22:35:50 +00:00
artifacts:
2020-03-12 12:06:27 +00:00
name: multi_user
paths:
- multi_user
2021-05-07 15:47:53 +02:00
variables:
GIT_SUBMODULE_STRATEGY: recursive