Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2020-05-08 08:08:51 +0300
committerTaku Kudo <taku@google.com>2020-05-08 08:08:51 +0300
commit06a0770580f840ef864873e6b7319706976e4dbb (patch)
tree9c4710a54fd9c3a569a46c4966f797c4ad4d89f2 /appveyor.yml
parent64d6fd3acbe711ba8d80556c27f7eff3db85daa1 (diff)
Enabled RDP connection.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e6e560a..bfb3324 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,7 @@ configuration: Release
clone_depth: 50
clone_folder: c:\projects\sentencepiece
init:
- - ps: 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'))
build_script:
- cmd: call test.bat %platform%
artifacts: