Skip to content

Commit 789352b

Browse files
committed
ci: Upload the build artifacts for language bindings
1 parent c9b8546 commit 789352b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
container: ghcr.io/wmww/gtk4-layer-shell-ci:latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
1515
- name: Meson
1616
run: meson setup -Dexamples=true -Ddocs=true -Dtests=true -Db_sanitize=address,undefined build
1717
env:
@@ -20,3 +20,10 @@ jobs:
2020
run: ninja -C build
2121
- name: Test
2222
run: ASAN_OPTIONS="detect_leaks=0" LD_PRELOAD="$(gcc -print-file-name=libasan.so)" meson test -C build --verbose
23+
- name: Upload build artifacts for language bindings
24+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
25+
with:
26+
name: build-artifacts
27+
path: |
28+
build/src/*.gir
29+
build/src/*.vapi

0 commit comments

Comments
 (0)