-
Notifications
You must be signed in to change notification settings - Fork 6
42 lines (36 loc) · 1.4 KB
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-FileCopyrightText: 2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os:
- macos-14
- macos-15
steps:
- name: Checkout sources
uses: actions/checkout@v4
# Cache brew packages
- uses: tecolicom/actions-use-homebrew-tools@v1
with:
tools: "graphviz qt@5 qt@6"
- name: Brew install
run: |
brew install --build-from-source --formula ./kdstatemachineeditor-qt5.rb
brew install --build-from-source --formula ./kdstatemachineeditor-qt6.rb
brew install --build-from-source --formula ./kdsoap-qt5.rb
brew install --build-from-source --formula ./kdsoap-qt6.rb
brew install --build-from-source --formula ./kdreports-qt5.rb
brew install --build-from-source --formula ./kdreports-qt6.rb
brew install --build-from-source --formula ./kdsingleapplication-qt5.rb
brew install --build-from-source --formula ./kdsingleapplication-qt6.rb
brew install --build-from-source --formula ./kddockwidgets-qt5.rb
brew install --build-from-source --formula ./kddockwidgets-qt6.rb
brew install --build-from-source --formula ./gammaray-qt5.rb