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

13 lines
235 B
YAML
Raw Normal View History

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