We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea18f96 commit beeb75fCopy full SHA for beeb75f
1 file changed
.github/workflows/ci-fresh-install.yml
@@ -50,14 +50,14 @@ jobs:
50
which mcpp
51
cat $HOME/.xlings/.xlings.json
52
53
- - name: "GCC: mcpp new → run"
+ - name: "Default: mcpp new → run"
54
run: |
55
cd "$(mktemp -d)"
56
mcpp new hello_gcc
57
cd hello_gcc
58
mcpp run
59
60
- - name: "GCC: build mcpp"
+ - name: "Default: build mcpp"
61
62
mcpp clean
63
@@ -77,6 +77,21 @@ jobs:
77
78
79
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
91
92
+ mcpp clean
93
94
95
- name: "LLVM: mcpp new → run"
96
97
mcpp toolchain install llvm 20.1.7
0 commit comments