suyu/.gitlab-ci.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
334 B
YAML
Raw Normal View History

2024-03-07 17:36:40 +01:00
stages:
- build
2024-03-07 17:36:40 +01:00
build-linux:
stage: build
2024-03-08 10:33:17 +01:00
image: suyuemu/cibuild:latest
2024-03-07 17:36:40 +01:00
resource_group: linux-ci
variables:
RELEASE_NAME: mainline
script:
2024-03-07 17:36:40 +01:00
- git submodule update --init --depth 1 --recursive
- bash .ci/scripts/linux/docker.sh
- bash .ci/scripts/linux/upload.sh
artifacts:
paths:
- artifacts/*