Compare commits

...

2 commits

Author SHA1 Message Date
e581c1d562
CI: add .cargo/bin to path
Some checks failed
continuous-integration/drone/tag Build is failing
2023-02-17 20:32:40 +01:00
153adbc044
CI: clean up
Some checks failed
continuous-integration/drone/tag Build is failing
2023-02-17 20:30:26 +01:00

View file

@ -8,11 +8,11 @@ steps:
- name: build
environment:
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:
- whoami
- cd receiver
- C:\Users\doria\.cargo\bin\rustup.exe default stable
- C:\Users\doria\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc
- cargo build --release --target x86_64-pc-windows-msvc
- name: sign
commands: