Skip to content

Commit

Permalink
CI: Move static presets to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti authored and iamsergio committed Nov 6, 2023
1 parent 847287b commit 5980728
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
qt_version: "5.15"
- name: ci-qtquick-qt5
qt_version: "5.15"
- name: ci-release-static-qt5
qt_version: "5.15"
- name: ci-dev-static-qt5
qt_version: "5.15"
- name: ci-dev-qt6
qt_version: "6.3.*"
- name: ci-release-qt6
Expand All @@ -46,10 +42,7 @@ jobs:
qt_version: "6.3.*"
- name: ci-qtquick-qt6
qt_version: "6.3.*"
- name: ci-release-static-qt6
qt_version: "6.3.*"
- name: ci-dev-static-qt6
qt_version: "6.3.*"

include:
- os: ubuntu-22.04
preset:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ name: Nightly CI
on:
schedule:
- cron: '0 3 * * *'
# TODO remove if green
push:
branches:
- 2.0
pull_request:
branches:
- 2.0

jobs:
build:
Expand All @@ -20,10 +27,18 @@ jobs:
- macos-13

preset:
- name: ci-release-static-qt5
qt_version: "5.15"
- name: ci-dev-static-qt5
qt_version: "5.15"
- name: ci-python-qt6
qt_version: "6.6.0"
apt_pgks:
- llvm
- name: ci-release-static-qt6
qt_version: "6.3.*"
- name: ci-dev-static-qt6
qt_version: "6.3.*"

include:
- os: ubuntu-22.04
Expand Down

0 comments on commit 5980728

Please sign in to comment.