Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
86ede070ca
commit
6686a67c71
@ -19,6 +19,7 @@ local buildForArch(arch) = {
|
|||||||
'echo Hello World from Jsonnet on ' + arch + '!',
|
'echo Hello World from Jsonnet on ' + arch + '!',
|
||||||
'while ! docker image ls; do sleep 1; done',
|
'while ! docker image ls; do sleep 1; done',
|
||||||
'cross build --release --target ' + arch,
|
'cross build --release --target ' + arch,
|
||||||
|
'rm -rf target/' + arch + '/release/{build,deps,examples,incremental}',
|
||||||
'ls -lah target/' + arch + '/release',
|
'ls -lah target/' + arch + '/release',
|
||||||
],
|
],
|
||||||
environment: {
|
environment: {
|
||||||
|
7
Cargo.lock
generated
Normal file
7
Cargo.lock
generated
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# This file is automatically @generated by Cargo.
|
||||||
|
# It is not intended for manual editing.
|
||||||
|
version = 3
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "drone-test"
|
||||||
|
version = "0.1.0"
|
Loading…
Reference in New Issue
Block a user