Skip to content

Commit

Permalink
fixup! ci: test more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Oct 11, 2024
1 parent ffd019b commit b54c9e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
mode:
- name: default
args: -Dtests=enabled
extra_envs: {}
- name: sanitize
args: >-
"-Db_sanitize=address,undefined"
- name: sanitize+asanonly # For Visual Studio
args: -Db_sanitize=address
extra_envs: {}
- name: clang+sanitize
args: >-
"-Db_sanitize=address,undefined"
Expand Down Expand Up @@ -71,10 +73,12 @@ jobs:
uses: actions/checkout@v4
- name: Activate MSVC and Configure
if: ${{ matrix.platform == 'windows-2022' }}
env: ${{ matrix.mode.extra_envs }}
run: |
meson setup build-${{ matrix.flavor }} --buildtype=${{ matrix.flavor }} ${{ matrix.mode.args }} --vsenv
- name: Configuring
if: ${{ matrix.platform != 'windows-2022' }}
env: ${{ matrix.mode.extra_envs }}
run: |
meson setup build-${{ matrix.flavor }} --buildtype=${{ matrix.flavor }} ${{ matrix.mode.args }}
- name: Building
Expand Down

0 comments on commit b54c9e4

Please sign in to comment.