We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b8546 commit 789352bCopy full SHA for 789352b
.github/workflows/build_and_test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
container: ghcr.io/wmww/gtk4-layer-shell-ci:latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
15
- name: Meson
16
run: meson setup -Dexamples=true -Ddocs=true -Dtests=true -Db_sanitize=address,undefined build
17
env:
@@ -20,3 +20,10 @@ jobs:
20
run: ninja -C build
21
- name: Test
22
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