dumb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-02-11 12:19:29 -06:00
parent 6591ef4c6f
commit 3325bed3b5

View file

@ -2,13 +2,13 @@ matrix:
RUST: [stable]
pipeline:
test:
image: rust
environment: [CARGO_TERM_COLOR=always]
commands:
- rustup default $RUST
- cargo check
- cargo test
# test:
# image: rust
# environment: [CARGO_TERM_COLOR=always]
# commands:
# - rustup default $RUST
# - cargo check
# - cargo test
build-docker-image:
image: nixos/nix
@ -16,7 +16,7 @@ pipeline:
- ls -la
- pwd
- nix --extra-experimental-features "nix-command flakes" build -o image.tar.gz .#liveterm-docker
- cp $(readlink -f image.tar.gz) /shared/image.tar.gz
- cp --remove-destination $(readlink -f image.tar.gz) /shared/image.tar.gz
volumes:
- "liveterm-shared:/shared"
when: