forked from qt-creator/qt-creator
GitHub action: Set the current sha as IDE_REVISION_STR
Change-Id: Ib18148c76cf504da8b70541fb472088b3b4f779c Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
2
.github/workflows/build_cmake.yml
vendored
2
.github/workflows/build_cmake.yml
vendored
@@ -290,6 +290,8 @@ jobs:
|
||||
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||
-D BUILD_WITH_PCH=OFF
|
||||
-D WITH_TESTS=ON
|
||||
-D IDE_REVISION=TRUE
|
||||
-D IDE_REVISION_STR=$ENV{GITHUB_SHA}
|
||||
RESULT_VARIABLE result
|
||||
)
|
||||
if (NOT result EQUAL 0)
|
||||
|
Reference in New Issue
Block a user