Skip to content

Commit

Permalink
AppVeyor: debugging workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Feb 4, 2024
1 parent 0e7039b commit 67f4d7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,19 @@ build_script:
# - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- cd "%M8R_HOME%" && qmake -r mindforger.pro "CONFIG+=mfnoccache" && nmake
- windeployqt app\release\mindforger.exe --dir app\release\bin --no-compiler-runtime && "C:\Program Files (x86)\Inno Setup 5\iscc.exe" /Q /DVcRedistPath=c:\cache\vcredist_x64.exe build\windows\installer\mindforger-setup.iss
# - if "%APPVEYOR_REPO_BRANCH%" equ "master" appveyor PushArtifact app\release\installer\mindforger-setup.exe
- appveyor PushArtifact app\release\installer\mindforger-setup.exe
- echo "Installer build DONE"
# - if "%APPVEYOR_REPO_BRANCH%" equ "master" appveyor PushArtifact app\release\installer\mindforger-setup.exe
# TODO disabled as artifact not found
# - appveyor PushArtifact app\release\installer\mindforger-setup.exe
- cd
- dir *.exe
- dir app
- dir app\*.exe
- dir app\release
- dir app\release\*.exe
- dir app\release\installer
- dir app\release\installer\*.exe
# end temporary search

before_test:
- pushd "%M8R_HOME%\lib\test" && qmake -r mindforger-lib-unit-tests.pro "CONFIG+=debug" "CONFIG+=mfdebug" "CONFIG+=mfunit" "CONFIG+=mfnoccache" && nmake && popd
Expand Down
2 changes: 1 addition & 1 deletion build/windows/installer/mindforger-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MINDFORGER_APP_N
[Run]
Filename: "{tmp}\vcredist_x64.exe"; \
Parameters: "/install /quiet /norestart"; \
StatusMsg: "Installing VC++ 2017 Redistributables..."
StatusMsg: "Installing VC++ 2019 Redistributables..."
Filename: "{app}\bin\{#MINDFORGER_APP_EXE}"; WorkingDir: "{app}\bin\"; Flags: shellexec nowait postinstall skipifsilent runascurrentuser; Description: "{cm:LaunchProgram,{#StringChange(MINDFORGER_APP_NAME, '&', '&&')}}"

0 comments on commit 67f4d7b

Please sign in to comment.