Skip to content

Commit

Permalink
CI: Add CLAZY_CHECKS and CLAZY_IGNORE_DIRS env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Jan 8, 2024
1 parent 208962b commit 346aad6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ on:
schedule:
- cron: '0 3 * * *'

# TODO remove
push:
branches:
- master
- kdsoap-2.1
- kdsoap-2.2
pull_request:
branches:
- master
- kdsoap-2.1
- kdsoap-2.2

env:
CLAZY_CHECKS: "level2,no-qstring-allocations,no-fully-qualified-moc-types"
CLAZY_IGNORE_DIRS: ".libkode."

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 346aad6

Please sign in to comment.