veilid/.gitlab-ci.yml

21 lines
301 B
YAML
Raw Normal View History

variables:
2022-11-22 16:16:53 -06:00
NO_DOCKER: 1
FORCE_COLOR: 1
EARTHLY_EXEC_CMD: "/bin/sh"
2022-11-26 23:18:08 -06:00
GIT_SUBMODULE_STRATEGY: normal
2021-11-24 15:49:13 -06:00
2022-11-22 16:16:53 -06:00
before_script:
- earthly bootstrap
2021-12-05 14:22:28 -06:00
2022-11-22 16:16:53 -06:00
earthly:
2021-12-05 14:22:28 -06:00
stage: build
2023-02-18 17:02:36 -06:00
only:
- main
2022-11-22 16:16:53 -06:00
image: earthly/earthly:v0.6.30
2021-12-05 14:22:28 -06:00
tags:
- linux
- amd64
2021-11-24 15:49:13 -06:00
script:
2022-11-22 16:16:53 -06:00
- earthly --ci -P +package-linux