mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
RDP
This commit is contained in:
parent
aa89319445
commit
58bceeda62
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,8 @@ os: Visual Studio 2019
|
|||
|
||||
environment:
|
||||
nodejs_version: "12.13.1"
|
||||
typescript_version: "3.0.1"
|
||||
typescript_version: "3.0.1"
|
||||
APPVEYOR_RDP_PASSWORD: "Password10!"
|
||||
github_auth_token:
|
||||
secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH
|
||||
|
||||
|
@ -13,6 +14,9 @@ environment:
|
|||
# Do not build on tags (GitHub and BitBucket)
|
||||
skip_tags: true
|
||||
|
||||
init:
|
||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
|
||||
install:
|
||||
# Get the latest stable version of Node.js or io.js
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue