Some more build steps
continuous-integration/drone/push Build is running Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-12-14 17:17:14 +01:00
parent ce9478aed8
commit b861fac4ad
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
name: 'Hello bash!',
image: 'bash:latest',
commands: [
'sleep 10',
'echo Hello from DigitalOcean VM',
],
},
@ -26,6 +27,8 @@
name: 'Hello Rust!',
image: 'img.kie.rs/jjkiers/rust-dind-cross:1.62-slim',
commands: [
'cargo check',
'cargo build',
'cargo run',
],
},