File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 11name : Flatpak CI
22
3- on :
4- push :
5- branches :
6- - main
7- - ' flatpak-1.[0-9]+.x'
8- pull_request :
9- branches :
10- - main
11- - ' flatpak-1.[0-9]+.x'
12- merge_group :
13- types :
14- - checks_requested
3+ on : push
154
165permissions :
176 contents : read
5140 # clash with AddressSanitizer. Instead, the clang build enables those.
5241 run : |
5342 meson setup \
54- -Db_sanitize=address,undefined \
43+ -Db_sanitize=address \
5544 -Dgir=disabled \
5645 -Dgtkdoc=disabled \
5746 -Dhttp_backend=curl \
6352 CFLAGS : -O2 -Wp,-D_FORTIFY_SOURCE=2
6453 - name : Build flatpak
6554 run : meson compile -C _build
66- env :
67- ASAN_OPTIONS : detect_leaks=0 # Right now we're not fully clean, but this gets us use-after-free etc
6855 - name : Run tests
6956 run : meson test -C _build
7057 env :
71- ASAN_OPTIONS : detect_leaks=0 # Right now we're not fully clean, but this gets us use-after-free etc
7258 LC_ALL : en_US.UTF-8
7359 - name : Collect logs on failure
7460 if : failure() || cancelled()
You can’t perform that action at this time.
0 commit comments