mirror of https://github.com/EspoTek/Labrador.git
Update .appveyor.yml
This commit is contained in:
parent
86a807a623
commit
fb6039d4bc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue