Skip to content

Commit 163bb2f

Browse files
Run libgccjit checks
1 parent 0ea98a1 commit 163bb2f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,14 @@ jobs:
3838
make -j4
3939
make install
4040
41+
- name: Test libgccjit
42+
run: |
43+
cd gcc
44+
make check-jit -j4
45+
4146
- name: Build Debian package
4247
run: |
43-
cd ..
48+
cd ../..
4449
mkdir install/DEBIAN
4550
cat > install/DEBIAN/control << EOF
4651
Package: gcc-15

0 commit comments

Comments
 (0)