mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
18 lines
249 B
YAML
18 lines
249 B
YAML
variables:
|
|
NO_DOCKER: 1
|
|
FORCE_COLOR: 1
|
|
EARTHLY_EXEC_CMD: "/bin/sh"
|
|
|
|
|
|
before_script:
|
|
- earthly bootstrap
|
|
|
|
earthly:
|
|
stage: build
|
|
image: earthly/earthly:v0.6.30
|
|
tags:
|
|
- linux
|
|
- amd64
|
|
script:
|
|
- earthly --ci -P +package-linux
|