Also change GitLab CI to build pinned 2.8 w/ Nix
This commit is contained in:
parent
665ca18fbc
commit
02e4a4b97e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue