poetry2nix/.gitlab-ci.yml
zimbatm 7c2f93a690
ci: test on 19.09 and unstable
Only test the trivial test on 19.09 for now to make sure that the basis
is working. Some other test is failing and needs to be debugged.
2019-12-13 18:35:18 +01:00

16 lines
366 B
YAML

test-19.09:
variables:
NIX_PATH: nixpkgs=channel:nixos-19.09
script:
# FIXME: the other tests are broken at the moment
- nix-build --no-out-link --show-trace tests -A trivial
test-unstable:
variables:
NIX_PATH: nixpkgs=channel:nixos-unstable
script:
- nix-build --no-out-link --show-trace tests
nixpkgs-fmt:
script:
- ./check-fmt