Compare commits
2 commits
113afe9df9
...
e581c1d562
Author | SHA1 | Date | |
---|---|---|---|
e581c1d562 | |||
153adbc044 |
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
environment:
|
environment:
|
||||||
RUSTFLAGS: '-C target-feature=+crt-static'
|
RUSTFLAGS: '-C target-feature=+crt-static'
|
||||||
|
PATH: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\CMake\bin;C:\Users\drone\.cargo\bin
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
- whoami
|
||||||
- cd receiver
|
- cd receiver
|
||||||
- C:\Users\doria\.cargo\bin\rustup.exe default stable
|
- cargo build --release --target x86_64-pc-windows-msvc
|
||||||
- C:\Users\doria\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc
|
|
||||||
|
|
||||||
- name: sign
|
- name: sign
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue