Skip to content

Commit 12013d1

Browse files
committed
WIP
1 parent 28fef03 commit 12013d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ platform:
88

99
# enable rdp
1010
#init:
11-
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
11+
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1212

1313
#on_finish:
1414
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
@@ -36,6 +36,7 @@ before_build:
3636
- echo %PATH%
3737

3838
build_script:
39+
- pause
3940
- cmake -G "Visual Studio 15 2017 Win64" -H. -B_builds -DBOOST_ROOT="%BOOST_ROOT%"
4041
# -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%"
4142
- cmake --build _builds

0 commit comments

Comments
 (0)