diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8a4d1b0da..e4e1045de 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
| @@ -33,10 +33,11 @@ after_build: | |||
| 33 | - ps: | | 33 | - ps: | |
| 34 | $GITDATE = $(git show -s --date=short --format='%ad') -replace "-","" | 34 | $GITDATE = $(git show -s --date=short --format='%ad') -replace "-","" |
| 35 | $GITREV = $(git show -s --format='%h') | 35 | $GITREV = $(git show -s --format='%h') |
| 36 | $GIT_LONG_HASH = $(git rev-parse HEAD) | ||
| 36 | # Where are these spaces coming from? Regardless, let's remove them | 37 | # Where are these spaces coming from? Regardless, let's remove them |
| 37 | $MSVC_BUILD_NAME = "citra-windows-msvc-$GITDATE-$GITREV.zip" -replace " ", "" | 38 | $MSVC_BUILD_NAME = "citra-windows-msvc-$GITDATE-$GITREV.zip" -replace " ", "" |
| 38 | $MSVC_BUILD_PDB = "citra-windows-msvc-$GITDATE-$GITREV-debugsymbols.zip" -replace " ", "" | 39 | $MSVC_BUILD_PDB = "citra-windows-msvc-$GITDATE-$GITREV-debugsymbols.zip" -replace " ", "" |
| 39 | $BINTRAY_VERSION = "nightly-$GITREV" -replace " ", "" | 40 | $BINTRAY_VERSION = "nightly-$GIT_LONG_HASH" -replace " ", "" |
| 40 | 41 | ||
| 41 | # set the build names as env vars so the artifacts can upload them | 42 | # set the build names as env vars so the artifacts can upload them |
| 42 | $env:MSVC_BUILD_NAME = $MSVC_BUILD_NAME | 43 | $env:MSVC_BUILD_NAME = $MSVC_BUILD_NAME |