Test CI #54
4 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
image: nixos/nix
|
||||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
- nix shell --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt github:nixos/nixpkgs/nixos-unstable#cargo github:nixos/nixpkgs/nixos-unstable#gcc
|
||||
- nix develop --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt
|
||||
- cargo check --workspace --all-targets
|
||||
volumes:
|
||||
- /nix:/mnt/nix:ro
|
||||
|
|
|
@ -6,7 +6,7 @@ steps:
|
|||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
- nix shell --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt github:nixos/nixpkgs/nixos-unstable#clippy github:nixos/nixpkgs/nixos-unstable#cargo github:nixos/nixpkgs/nixos-unstable#gcc
|
||||
- nix develop --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt
|
||||
- cargo clippy
|
||||
volumes:
|
||||
- /nix:/mnt/nix:ro
|
||||
|
|
|
@ -6,7 +6,7 @@ steps:
|
|||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
- nix shell --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt github:nixos/nixpkgs/nixos-unstable#cargo github:nixos/nixpkgs/nixos-unstable#gcc
|
||||
- nix develop --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt
|
||||
- cargo test --workspace --all-targets
|
||||
volumes:
|
||||
- /nix:/mnt/nix:ro
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
nodejs
|
||||
cargo
|
||||
clippy
|
||||
gcc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue