Files
mingw-sword-build/.gitlab-ci.yml
T
2024-11-15 09:47:13 -06:00

18 lines
168 B
YAML

stages:
- check
- build
check:
stage: check
tags:
- nix
script:
- nix flake check
build:
stage: build
tags:
- nix
script:
- nom build