Skip to content

Commit

Permalink
CI: Fix nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Dec 24, 2023
1 parent 9c94687 commit 5833acf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
schedule:
- cron: '0 3 * * *'

push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -21,12 +27,12 @@ jobs:
- name: clang-tidy
cmake_arg: '-DCMAKE_CXX_CLANG_TIDY=clang-tidy'
qt_version: "6.6"
qt_modules: qtshadertools
qt_modules: qtshadertools qtscxml

- name: clazy
cmake_arg: '-DCMAKE_CXX_COMPILER=clazy'
qt_version: "6.6"
qt_modules: qtshadertools
qt_modules: qtshadertools qtscxml
apt_pgks:
- clazy

Expand Down

0 comments on commit 5833acf

Please sign in to comment.