Compare commits

..

No commits in common. "e581c1d5626cd801fa9bbb97a9b78456ef6175b3" and "113afe9df94189891ccc12879395687c07b7ae1e" have entirely different histories.

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
- cargo build --release --target x86_64-pc-windows-msvc
- C:\Users\doria\.cargo\bin\rustup.exe default stable
- C:\Users\doria\.cargo\bin\cargo.exe build --release --target x86_64-pc-windows-msvc
- name: sign
commands: