Skip to content
Snippets Groups Projects
Commit bb000950 authored by Astro's avatar Astro :gear:
Browse files

feat(ci): build with nixos

parent 0b161309
Branches
No related tags found
No related merge requests found
image: "debian"
build:
stage: build
image: debian
before_script:
- echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
- apt update -qq
......@@ -11,3 +10,9 @@ build:
script:
- ./bootstrap.sh
- ninja -C build/
nix:
stage: build
image: nixos/nix:latest
script:
- nix-build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment