Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fathomssen authored Oct 19, 2020
1 parent 4436623 commit a289e47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
install:
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init
- set PATH=%QTDIR%\bin;%QTDIR%\lib;%MINGWDIR%\bin\mingw32\bin;%MINGWDIR%\bin\mingw32;%PATH%
- set PATH=%QTDIR%\bin;%QTDIR%\lib;%MINGWDIR%\mingw32\bin;%PATH%
- '%QTDIR%\bin\qtenv2.bat'

build_script:
Expand All @@ -36,7 +36,6 @@ build_script:
- echo %DATE%
- cd %APPVEYOR_BUILD_FOLDER%
- sed -i "s/VERSION = 1.0.0.0/VERSION = %WINVERSION%/" gui\redtimer.pro
- dir /S %MINGWDIR%
- qmake -v
- qmake -r
- mingw32-make
Expand Down

0 comments on commit a289e47

Please sign in to comment.