Skip to content

Commit

Permalink
Adding docs target explicitely for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Sep 5, 2019
1 parent 5a79cfb commit c5ba672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build_script:
- mkdir build
- cd build
- qmake "INCLUDEPATH += %APPVEYOR_BUILD_FOLDER%\libusb" "LIBS_PRIVATE += -L%APPVEYOR_BUILD_FOLDER%" ..
- jom INSTALL_ROOT=\projects\install install install_docs
- jom INSTALL_ROOT=\projects\install install docs install_docs
- jom sub-tests

after_build:
Expand Down

0 comments on commit c5ba672

Please sign in to comment.