Files
mingw-sword-build/.gitlab/ci/check.yml
T
2025-08-09 14:47:01 +00:00

12 lines
213 B
YAML

check:
stage: check
tags:
- nix
script:
- nix flake check
- TAG=$(date +%Y.%m.%d).$CI_COMMIT_SHORT_SHA
- echo "TAG=$TAG" > variables.env
artifacts:
reports:
dotenv: variables.env