Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Baidakou committed Jun 8, 2017
1 parent 9605908 commit b190c41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -31,7 +31,8 @@ before_build:
# redis
- set PATH=%APPVEYOR_BUILD_FOLDER%;%PATH%
# boost
- set PATH=%BOOST_ROOT%;%PATH%
- set PATH=%BOOST_ROOT%\lib64-msvc-14.1;%PATH%
- echo %PATH%

build_script:
- cmake -G "Visual Studio 15 2017 Win64" -H. -B_builds -DBOOST_ROOT="%BOOST_ROOT%"
Expand Down

0 comments on commit b190c41

Please sign in to comment.