We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af223bc commit 5cb8434Copy full SHA for 5cb8434
.ci/monolithic-linux.sh
@@ -48,6 +48,7 @@ function at-exit {
48
else
49
python3 "${MONOREPO_ROOT}"/.ci/generate_test_report_github.py ":linux: Linux x64 Test Results" \
50
$retcode "${BUILD_DIR}"/test-results.*.xml >> $GITHUB_STEP_SUMMARY
51
+ echo "after?"
52
fi
53
}
54
trap at-exit EXIT
polly/CMakeLists.txt
@@ -1,4 +1,5 @@
1
# Check if this is a in tree build.
2
+# Testing.
3
if (NOT DEFINED LLVM_MAIN_SRC_DIR)
4
project(Polly)
5
cmake_minimum_required(VERSION 3.20.0)
0 commit comments