Skip to content

Commit ec2da37

Browse files
committed
Working on appveyor build script
1 parent 098e776 commit ec2da37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ environment:
1010
secure: G/hTb/AdUY4ynt5XGj10fROfQZC2xgogiQAiqXT63cEMGAGcZ8+6rOdQJzf4/PHf
1111
matrix:
1212
- nodejs_version: 10.4
13+
init:
14+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1315
install:
1416
- ps: Install-Product node $env:nodejs_version
1517
- set CI=true

0 commit comments

Comments
 (0)