More
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
steps:
|
||||
build:
|
||||
image: nixos/nix
|
||||
image: nixos/nix:2.28.5
|
||||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
# Lint
|
||||
@@ -12,6 +12,7 @@ steps:
|
||||
- nix develop --command cargo test --verbose --release
|
||||
- nix develop --command cargo test --verbose
|
||||
# Run through Nix
|
||||
- nix flake check
|
||||
- nix build
|
||||
- nix run . -- computer_enhance/perfaware/part1/listing_0038_many_register_mov computer_enhance/perfaware/part1/listing_0038_many_register_mov.asm
|
||||
- nix run . -- computer_enhance/perfaware/part1/listing_0055_challenge_rectangle computer_enhance/perfaware/part1/listing_0055_challenge_rectangle.asm
|
||||
|
Reference in New Issue
Block a user