Skip to content

Commit bc506a3

Browse files
committed
fix?
1 parent 40326f1 commit bc506a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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'))
@@ -36,8 +36,8 @@ before_build:
3636
- echo %PATH%
3737

3838
build_script:
39-
- pause
40-
- cmake -G "Visual Studio 15 2017 Win64" -H. -B_builds -DBOOST_ROOT="%BOOST_ROOT%"
39+
# - pause
40+
- cmake -H. -B_builds -DBOOST_ROOT="%BOOST_ROOT%"
4141
# -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%"
4242
- cmake --build _builds
4343

0 commit comments

Comments
 (0)