File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ function at-exit {
3333
3434 mkdir -p artifacts
3535 ccache --print-stats > artifacts/ccache_stats.txt
36+ cp " ${BUILD_DIR} " /.ninja_log artifacts/.ninja_log
3637
3738 # If building fails there will be no results files.
3839 shopt -s nullglob
Original file line number Diff line number Diff line change 6565 export CXX=/opt/llvm/bin/clang++
6666
6767 ./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}"
68+ - name: "Upload artifact"
69+ - name : Upload Artifacts
70+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
71+ with :
72+ name : Premerge Artifacts
73+ path : artifacts/
74+ retention-days : 5
6875
6976 premerge-checks-windows :
7077 name : Windows Premerge Checks (Test Only - Please Ignore Results)
Original file line number Diff line number Diff line change 1+ # testing
12cmake_minimum_required (VERSION 3.20.0)
23set (LLVM_SUBPROJECT_TITLE "Flang" )
34
You can’t perform that action at this time.
0 commit comments