1
0
mirror of https://github.com/bitwarden/mobile synced 2024-12-27 01:06:50 +01:00

install android before_build

This commit is contained in:
Kyle Spearrin 2017-11-20 16:20:24 -05:00
parent 7435ede254
commit a3129e9e17

View File

@ -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: 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: