Skip to content

Commit e175c84

Browse files
committed
WIP
1 parent df74a89 commit e175c84

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,20 +7,20 @@ 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

1616
environment:
17-
BOOST_ROOT: "C:\\Libraries\\boost_1_69_0"
17+
BOOST_ROOT: "C:\\Libraries\\boost_1_73_0"
1818
# BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_64_0\\lib32-msvc-15.0"
1919

2020

2121
before_build:
22-
- pause
2322
- cmake --version
23+
- cmake
2424
- echo %BOOST_ROOT%
2525
- dir "C:\Libraries"
2626
- dir "%BOOST_ROOT%"

0 commit comments

Comments
 (0)