Skip to content

Commit 86649a8

Browse files
svenvhvmaksimo
authored andcommitted
travis: report llvm revision for non-external builds
The build log did not contain the llvm-project repository revision being built for `BUILD_EXTERNAL=0` builds. Add it to ease debugging of build failures.
1 parent 6e7c193 commit 86649a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm-spirv/.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ script:
8989
mkdir llvm-spirv
9090
mv * llvm-spirv
9191
git clone https://github.com/llvm/llvm-project --depth 1
92+
git -C llvm-project log --oneline -1
9293
mv llvm-spirv llvm-project/llvm-spirv
9394
fi
9495
- |

0 commit comments

Comments
 (0)