rename linux executable after building
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
23bac97cea
commit
6e938d71f7
@ -20,8 +20,8 @@ steps:
|
|||||||
- name: build-linux
|
- name: build-linux
|
||||||
image: nimlang/nim
|
image: nimlang/nim
|
||||||
commnds:
|
commnds:
|
||||||
- echo hello world
|
- nimble build -y
|
||||||
- nimble build -y -o:passphrase_linux -d:release
|
- mv passphrase passphrase_linux
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user