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