Add VERSION to macos build

This commit is contained in:
Joseph Donofry 2020-12-08 15:56:51 -05:00
parent 132de8d2b0
commit cbcdec527d
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ build-macos:
- brew update
- brew bundle --file=./.ci/macos/Brewfile
script:
- export VERSION=$(git describe)
- export PATH=/usr/local/opt/qt/bin/:${PATH}
- export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
- cmake -GNinja -H. -Bbuild