Also change GitLab CI to build pinned 2.8 w/ Nix

This commit is contained in:
YoshiRulz 2022-03-08 10:23:39 +10:00
parent 665ca18fbc
commit 02e4a4b97e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ build_nix_master:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: always
script:
- nix-build --pure -A emuhawk --arg useCWDAsSource true --arg doCheck true
- nix-build --pure -A emuhawk --arg doCheck true
stage: test
build_nix_prev_release:
@ -73,7 +73,7 @@ build_nix_prev_release:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: always
script:
- nix-build --pure -A emuhawk --arg doCheck true
- nix-build --pure -A emuhawk-2_8 --arg doCheck true
stage: test
check_style: