Skip to content
Snippets Groups Projects
Verified Commit cbcdec52 authored by Joe Donofry's avatar Joe Donofry
Browse files

Add VERSION to macos build

parent 132de8d2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment