You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,11 @@ install:
41
41
42
42
build_script:
43
43
# Figure out version to set - if tag is defined, use that.
44
-
# If not, set it to a space (which would evaluate to empty in
45
-
# our QMake command).
44
+
# If not, set it to a space (which would evaluate to empty in our QMake command).
46
45
#
47
-
# We remove the first character of CEMU_VERSION below to correctly
48
-
# set our version for the build.
49
-
- cmd: if defined APPVEYOR_REPO_TAG_NAME (set CEMU_VERSION=%APPVEYOR_REPO_TAG_NAME% & echo Using tagged version %CEMU_VERSION%) ELSE (set "CEMU_VERSION= " & echo No version defined, using empty version '%CEMU_VERSION%' and allowing QMake to set default for dev.)
46
+
# We remove the first character (dummy 'z' or space) of
47
+
#CEMU_VERSION below to correctly set our version for the build.
48
+
- cmd: if defined APPVEYOR_REPO_TAG_NAME (set CEMU_VERSION=z%APPVEYOR_REPO_TAG_NAME% & echo Using tagged version %CEMU_VERSION%) ELSE (set "CEMU_VERSION= " & echo No version defined, using empty version '%CEMU_VERSION%' and allowing QMake to set default for dev.)
50
49
51
50
- cmd: set LIBPNG_APNG_INCLUDE=C:\libpng-apng-1.6.34\include
0 commit comments