Skip to content

Commit

Permalink
Fixing CI for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jan 30, 2024
1 parent e221cf9 commit 0d4cc19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
branches:
- 'testing_*'
- 'GitHubCI*'
pull_request:
branches:
- 'testing_*'
- master
jobs:
ubuntu-build-qt5:
if: false
name: Ubuntu CI QT5
strategy:
matrix:
Expand All @@ -32,6 +34,7 @@ jobs:
run: make -j2

ubuntu-build-qt6:
if: false
name: Ubuntu CI QT6
strategy:
matrix:
Expand Down Expand Up @@ -72,7 +75,7 @@ jobs:
brew install brotli
brew install icu4c
brew install pkg-config
find /usr/local
- name: Checkout code
uses: actions/checkout@v3
with:
Expand All @@ -87,7 +90,6 @@ jobs:
run: |
cd build
macdeployqt qlog.app
find /usr/local/opt/icu4c/lib/
cp /usr/local/lib/libhamlib.dylib qlog.app/Contents/Frameworks/libhamlib.dylib
cp /usr/local/lib/libqt6keychain.dylib qlog.app/Contents/Frameworks/libqt6keychain.dylib
cp /usr/local/lib/libdbus-1.dylib qlog.app/Contents/Frameworks/libdbus-1.dylib
Expand Down

0 comments on commit 0d4cc19

Please sign in to comment.