Commit d13806d8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent 310b6088
...@@ -26,14 +26,14 @@ cache: ...@@ -26,14 +26,14 @@ cache:
shallow_clone: true shallow_clone: 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: $fileContent = "-----BEGIN EC PRIVATE KEY-----`n" - ps: $fileContent = "-----BEGIN EC PRIVATE KEY-----`n"
- ps: $fileContent += $env:priv_key.Replace(' ', "`n") - ps: $fileContent += $env:priv_key.Replace(' ', "`n")
- ps: $fileContent += "`n-----END EC PRIVATE KEY-----`n" - ps: $fileContent += "`n-----END EC PRIVATE KEY-----`n"
- ps: Set-Content c:\users\appveyor\.ssh\id_ecdsa $fileContent - ps: Set-Content c:\users\appveyor\.ssh\id_ecdsa $fileContent
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'))
install: install:
- set PATH=%PATH%;C:\cygwin\bin # tar xz - set PATH=%PATH%;C:\cygwin\bin # tar xz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment