Skip to content

Commit

Permalink
Temporarly disabling installer to see test output
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Feb 13, 2019
1 parent afcbdb3 commit dd89154
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ build_script:
- cd "%M8R_HOME%"
- qmake -r mindforger.pro
- nmake
- windeployqt app\release\mindforger.exe --dir app\release\bin --no-compiler-runtime
- dir "c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC"
- '"C:\Program Files (x86)\Inno Setup 5\iscc.exe" /Qp build\windows\installer\mindforger-setup.iss'
# - windeployqt app\release\mindforger.exe --dir app\release\bin --no-compiler-runtime
# - dir "c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC"
# - '"C:\Program Files (x86)\Inno Setup 5\iscc.exe" /Qp build\windows\installer\mindforger-setup.iss'

before_test:
- cd "%M8R_HOME%\lib\test"
Expand All @@ -72,8 +72,8 @@ test_script:
- ps: Get-Content $env:temp\mindforger-unit-tests.log -Wait -Tail 20

artifacts:
- path: app\release\installer\mindforger-setup.exe
name: Installer
# - path: app\release\installer\mindforger-setup.exe
# name: Installer

- path: temp\mindforger-unit-tests.log
name: Test log
Expand Down

0 comments on commit dd89154

Please sign in to comment.