redox/.gitlab-ci.yml
2023-03-01 11:22:47 -07:00

16 lines
288 B
YAML

image: "ubuntu:22.04"
variables:
GIT_SUBMODULE_STRATEGY: "recursive"
img:
script:
- |
./bootstrap -d &&
source "$HOME/.cargo/env" &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
artifacts:
paths:
- build/img/
expire_in: 1 week