Skip to content

Commit

Permalink
Appveyor: add a comment how to connect remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Sep 15, 2020
1 parent 89ab845 commit 04466c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ build_script:
- set LFORTRAN_CMAKE_GENERATOR=Ninja
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd" -arch=x64
- xonsh ci\build.xsh

# Uncomment the following two lines to be able to login to the build worker. You
# can use the `remmina` program in Ubuntu, use the login information that the
# line below prints into the log.
#on_finish:
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 04466c5

Please sign in to comment.