File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ platform:
77# configuration: Release
88
99# enable rdp
10- init :
11- - ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
10+ # init:
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'))
1515
1616environment :
17- BOOST_ROOT : " C:\\ Libraries\\ boost_1_73_0 "
17+ BOOST_ROOT : " C:\\ Libraries\\ boost_1_77_0 "
1818# BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_64_0\\lib32-msvc-15.0"
1919
2020
@@ -36,7 +36,7 @@ before_build:
3636 - echo %PATH%
3737
3838build_script :
39- - pause
39+ # - pause
4040 - cmake -H. -B_builds -DBOOST_ROOT="%BOOST_ROOT%"
4141# -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%"
4242 - cmake --build _builds
You can’t perform that action at this time.
0 commit comments