Rodrigo Arias Mallo
5da53c69b8
Some checks failed
CI / build:lagarto-ox-tarball (push) Failing after 9s
Allows the same script to be executed by GitLab and Gitea runners.
17 lines
355 B
YAML
17 lines
355 B
YAML
build:lagarto-ox:
|
|
stage: build
|
|
when: manual
|
|
tags:
|
|
- nix
|
|
script:
|
|
- nix develop -L .#lagarto-ox --command fpga/run-remotely.sh fpgalogin1:ci
|
|
|
|
build:lagarto-ox-tarball:
|
|
stage: build
|
|
when: manual
|
|
tags:
|
|
- nix
|
|
script:
|
|
- nix build -L .#nixosConfigurations.lagarto-ox.pkgs.fpga-tarball
|
|
- ci/make-tarball.sh result && rm result
|