initial commit

This commit is contained in:
⛧-440729 [sophie] 2025-05-06 00:22:31 +02:00
commit 8e1813ca0d
No known key found for this signature in database
GPG key ID: 8566000000440729
14 changed files with 2005 additions and 0 deletions

21
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,21 @@
stages:
- build
build:
stage: build
image: nixos/nix
parallel:
matrix:
- ARCH: ["x86_64", "aarch64"]
tags:
- ${ARCH}
before_script:
- |
cat >> /etc/nix/nix.conf << EOF
experimental-features = nix-command flakes
EOF
- nix profile install nixpkgs#cargo nixpkgs#nix-eval-jobs nixpkgs#gcc
- nix --version
script:
- cargo build --release
- target/release/nix-ci --check-cached