Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions: drop Qt5 workflows and rename others #1597

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:

- name: Run build-wrapper
run: |
cmake . -DWITH_FFMPEG_PLAYER=OFF
cmake .
cmake --build .

job2:
name: windows Build and analyze
runs-on: windows-2019
runs-on: windows-latest
steps:
- uses: actions/setup-python@v3
with:
Expand All @@ -84,7 +84,7 @@ jobs:

- name: Run build-wrapper
run: |
cmake -S . -DWITH_FFMPEG_PLAYER=OFF
cmake -S . -DWITH_FFMPEG_PLAYER=OFF
cmake --build . --config Release
job3:
name: macos Build and analyze
Expand Down Expand Up @@ -137,7 +137,6 @@ jobs:
brew install icu4c
- name: Run build-wrapper
run: |
export PKG_CONFIG_PATH=/opt/homebrew/opt/icu4c/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:"$PKG_CONFIG_PATH"
cmake . -DWITH_FFMPEG_PLAYER=OFF
cmake .
cmake --build .

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [windows-2019]
xiaoyifang marked this conversation as resolved.
Show resolved Hide resolved
qt_ver: [5.15.2,6.6.3]
qt_ver: [6.6.3]
qt_arch: [win64_msvc2019_64]
steps:
- uses: actions/setup-python@v3
Expand Down
80 changes: 0 additions & 80 deletions .github/workflows/macos-homebrew-PR-check.yml

This file was deleted.

224 changes: 0 additions & 224 deletions .github/workflows/macos-homebrew-breakpad.yml

This file was deleted.

File renamed without changes.
Loading
Loading