Update .appveyor.yml

This commit is contained in:
Chris Esposito 2019-04-01 21:30:10 +11:00 committed by GitHub
parent bb0e46fdce
commit a54459ee26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ before_build:
build_script:
- ps: $env:GIT_HASH_SHORT=$(git rev-parse --short HEAD)
- qmake CONFIG+=release 'DEFINES+=GIT_HASH_SHORT=\\\"%GIT_HASH_SHORT%\\\"'
- qmake CONFIG+=release 'DEFINES+=GIT_HASH_SHORT=%GIT_HASH_SHORT%
- nmake
after_build: