Skip to content

Commit beeb75f

Browse files
committed
update
1 parent ea18f96 commit beeb75f

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/ci-fresh-install.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
which mcpp
5151
cat $HOME/.xlings/.xlings.json
5252
53-
- name: "GCC: mcpp new → run"
53+
- name: "Default: mcpp new → run"
5454
run: |
5555
cd "$(mktemp -d)"
5656
mcpp new hello_gcc
5757
cd hello_gcc
5858
mcpp run
5959
60-
- name: "GCC: build mcpp"
60+
- name: "Default: build mcpp"
6161
run: |
6262
mcpp clean
6363
mcpp run
@@ -77,6 +77,21 @@ jobs:
7777
mcpp clean
7878
mcpp run
7979
80+
- name: "gcc 16: mcpp new → run"
81+
run: |
82+
mcpp toolchain install gcc 16.1.0
83+
mcpp toolchain default gcc@16.1.0
84+
cd "$(mktemp -d)"
85+
mcpp new hello_gcc16
86+
cd hello_gcc16
87+
mcpp run
88+
89+
- name: "gcc 16: build mcpp"
90+
run: |
91+
mcpp toolchain default gcc@16.1.0
92+
mcpp clean
93+
mcpp run
94+
8095
- name: "LLVM: mcpp new → run"
8196
run: |
8297
mcpp toolchain install llvm 20.1.7

0 commit comments

Comments
 (0)