Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Sep 7, 2023
1 parent 7e82df3 commit 98b397a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
gstreamer1.0-plugins-good \
gstreamer1.0-tools \
libc6-dbg \
libglib2.0-0-dbgsym \
libgstreamer1.0-dev \
libgtk-3-dev \
libxml2-utils \
Expand All @@ -78,7 +79,14 @@ jobs:
- uses: actions/checkout@v2

- name: configure
run: meson _build -Db_sanitize=address,undefined -Dintrospection=false
run: |
meson _build \
-Db_sanitize=address,undefined \
-Dintrospection=false \
-Dbocfel=false \
-Dfrotz=false \
-Dnitfol=false \
-Dplayer=false
- name: build
run: ASAN_OPTIONS=start_deactivated=true,detect_leaks=0 ninja -C _build
Expand Down

0 comments on commit 98b397a

Please sign in to comment.