Skip to content

Commit c7649ea

Browse files
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
2 parents 09588e9 + 1e6b4e2 commit c7649ea

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.ci/monolithic-linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/premerge.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
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)

flang/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# testing
12
cmake_minimum_required(VERSION 3.20.0)
23
set(LLVM_SUBPROJECT_TITLE "Flang")
34

0 commit comments

Comments
 (0)