mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 02:48:29 +03:00
run android script from web download
This commit is contained in:
parent
a3129e9e17
commit
f0358f1da8
1 changed files with 1 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
init:
|
init:
|
||||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/bitwarden/mobile/master/install-android26.ps1'))
|
||||||
on_finish:
|
on_finish:
|
||||||
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
before_build:
|
before_build:
|
||||||
- ps: install-android26.ps1
|
|
||||||
- nuget restore
|
- nuget restore
|
||||||
- IF DEFINED keystore_dec_secret nuget install secure-file -ExcludeVersion
|
- IF DEFINED keystore_dec_secret nuget install secure-file -ExcludeVersion
|
||||||
after_build:
|
after_build:
|
||||||
|
|
Loading…
Reference in a new issue