This commit is contained in:
Igor Brylyov 2024-03-28 10:09:55 +03:00
commit 8f97bb0558

View file

@ -10,6 +10,7 @@ default:
before_script:
- mkdir -p /etc/nix
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- export NIXPKGS_ALLOW_UNFREE=1
- cachix use "$CACHIX_CACHE_NAME"
general-packages:
@ -17,7 +18,7 @@ general-packages:
inherit:
default: [before_script, image]
script:
- cachix watch-exec robossembler -- nix develop .#all -c echo "General Packages is BUILT"
- cachix watch-exec robossembler -- nix develop .#all --impure -c echo "General Packages is BUILT"
ros-packages:
stage: build
@ -31,4 +32,4 @@ perception-packages:
inherit:
default: [before_script, image]
script:
- cachix watch-exec robossembler -- nix develop .#perception -c echo "PERCEPTION packages is BUILT"
- cachix watch-exec robossembler -- nix develop .#perception --impure -c echo "PERCEPTION packages is BUILT"