Loading appveyor.yml +1 −6 Original line number Diff line number Diff line Loading @@ -40,12 +40,7 @@ build_script: test_script: - cd _build - nmake test V=1 - cd .. # Fake deploy script to test installation deploy_script: - mkdir _install - cd _build - mkdir ..\_install - nmake install install_docs DESTDIR=..\_install - cd .. Loading Loading
appveyor.yml +1 −6 Original line number Diff line number Diff line Loading @@ -40,12 +40,7 @@ build_script: test_script: - cd _build - nmake test V=1 - cd .. # Fake deploy script to test installation deploy_script: - mkdir _install - cd _build - mkdir ..\_install - nmake install install_docs DESTDIR=..\_install - cd .. Loading