Skip to content

Commit

Permalink
Update AppVeyor for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsys committed Mar 16, 2019
1 parent 3c86a35 commit f9e743d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_build:
- qmake --version
- echo %PLATFORM%
- cd c:\dev\qhexedit
- IF EXIST build RMDIR /S /Q build
- md build
- cd build
- if "%PLATFORM%" EQU "X64" (qmake -r -spec win32-msvc CONFIG+=x86_64 CONFIG-=debug CONFIG+=release ..\example\qhexedit.pro)
Expand All @@ -30,17 +31,16 @@ build_script:
- nmake
- windeployqt.exe release\qhexedit.exe
- makensis ..\deploy.nsi
- copy QHexEdit.exe QHexEdit_%PLATFORM%.exe
- copy QHexEdit.exe ..\QHexEdit_%PLATFORM%.exe

artifacts:
- path: build\QHexEdit_%PLATFORM%.exe
- path: QHexEdit_%PLATFORM%.exe

deploy:
description: 'Latest QHexEdit Release'
provider: GitHub
auth_token:
secure: WEV9mRJC/pC2HFqJMXbLzEfBXAHu8aGDFIR8ARSip9n6jDJyCz3KstjSPM4VsgKc
# artifact: build\QHexEdit.exe
draft: false
prerelease: false
force_update: true
Expand Down

0 comments on commit f9e743d

Please sign in to comment.