Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
		| @@ -25,6 +25,7 @@ local add_build_steps() = [ | ||||
|     commands: [ | ||||
|       'echo Hello World from Jsonnet on ' + arch.target + '!', | ||||
|       'cross build --release --target ' + arch.target, | ||||
|       'ls -lh target/**/drone-test', | ||||
|       'cp target/' + arch.target + '/release/drone-test' + getExeName(arch) + ' artifacts/drone-test-' + arch.short + getExeName(arch), | ||||
|       'rm -rf target/' + arch.target + '/release/*', | ||||
|     ], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user