Skip to content
Open
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
54 changes: 39 additions & 15 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: clang-format
uses: clementine-player/clang-format-lint-action@master
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install tx
run: pip3 install transifex-client==0.13.9
- name: Checkout
uses: actions/checkout@v1.2.0
uses: actions/checkout@v3
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: tx init
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- build_source
- build_stretch_64
steps:
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
with:
path: release_artifacts
Expand Down Expand Up @@ -171,7 +171,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -235,7 +237,9 @@ jobs:
sqlite-devel
taglib-devel
tar
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -307,7 +311,9 @@ jobs:
sqlite-devel
taglib-devel
tar
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -339,7 +345,9 @@ jobs:
steps:
- name: Fix liblastfm includes
run: ln -s /target/include/lastfm /target/include/lastfm5
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -562,7 +570,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -621,7 +631,9 @@ jobs:
qttools5-dev
libsparsehash-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -681,7 +693,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -740,7 +754,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -805,7 +821,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -873,7 +891,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand Down Expand Up @@ -941,7 +961,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
Expand All @@ -964,7 +986,9 @@ jobs:
name: Build Mac DMG
runs-on: macos-10.15
steps:
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Install dependencies
Expand Down