File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ platform:
10
10
# init:
11
11
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
12
12
13
- on_finish :
14
- - ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
13
+ # on_finish:
14
+ # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
15
15
16
16
environment :
17
17
BOOST_ROOT : " C:\\ Libraries\\ boost_1_77_0"
@@ -32,7 +32,7 @@ before_build:
32
32
# redis
33
33
- set PATH=%APPVEYOR_BUILD_FOLDER%;%PATH%
34
34
# boost
35
- - set PATH=%BOOST_ROOT%\lib64-msvc-14.1 ;%PATH%
35
+ - set PATH=%BOOST_ROOT%\lib64-msvc-14.2 ;%PATH%
36
36
- echo %PATH%
37
37
38
38
build_script :
You can’t perform that action at this time.
0 commit comments