Files
sword_rs/.gitlab-ci.yml
T
Greg Hellings 8efb783ab8 Version 0.1.1 updates
Update the code version to 0.1.1
No actual code changes, just updating pins and other stuff
Updating nix pins and versions
Attempting to fix Gitlab CI
2025-06-29 22:33:35 -05:00

12 lines
120 B
YAML

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