Browse Source

"Real" test with docker building

main
therealchfkch 4 years ago
parent
commit
4db1fc41d5
  1. 11
      .woodpecker/build-docker.yml

11
.woodpecker/build-docker.yml

@ -1,9 +1,10 @@
#test comment
pipeline:
compile:
image: rust
commands:
- cargo build
build:
image: rust
commands:
- ls
- pwd
# - uname
#- docker build .
- docker build .

Loading…
Cancel
Save