nixos-hypervisor/.forgejo/workflows/demo.yml
Théo Barnouin b8559d8775
Some checks failed
/ test (push) Failing after 15s
Test CI : nix build
2024-10-23 17:59:47 +02:00

16 lines
407 B
YAML

---
on: push
jobs:
test:
runs-on: docker
container:
image: nixos/nix:2.24.9
steps:
- run: |
ls -alh
nix-shell -p git
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
cd nixos-hypervisor
nix --experimental-features 'nix-command flakes' build .#nginx
echo "All set !"