Skip to content

Commit

Permalink
CI fixup
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Nov 26, 2023
1 parent f63c441 commit 26c736f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
#submodules: recursive
##- name: Set up cache
##id: cache
##uses: actions/cache@v2
##uses: actions/cache@v3
##with:
##path: |
##build
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
#- name: Pack binaries
#run: |
#tar czf ${{ github.event.repository.name }}-linux-arm64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
#- uses: actions/upload-artifact@v2
#- uses: actions/upload-artifact@v3
#with:
#name: ${{ github.event.repository.name }}-linux-arm64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
#path: |
Expand All @@ -91,7 +91,7 @@ jobs:
#submodules: recursive
##- name: Set up cache
##id: cache
##uses: actions/cache@v2
##uses: actions/cache@v3
##with:
##path: |
##build
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
#- name: Pack binaries
#run: |
#tar czf ${{ github.event.repository.name }}-linux-armhf-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
#- uses: actions/upload-artifact@v2
#- uses: actions/upload-artifact@v3
#with:
#name: ${{ github.event.repository.name }}-linux-armhf-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
#path: |
Expand All @@ -166,7 +166,7 @@ jobs:
submodules: recursive
#- name: Set up cache
#id: cache
#uses: actions/cache@v2
#uses: actions/cache@v3
#with:
#path: |
#build
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Pack binaries
run: |
tar czf ${{ github.event.repository.name }}-linux-i686-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-linux-i686-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
Expand All @@ -231,7 +231,7 @@ jobs:
submodules: recursive
#- name: Set up cache
#id: cache
#uses: actions/cache@v2
#uses: actions/cache@v3
#with:
#path: |
#build
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Pack binaries
run: |
tar czf ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
- name: Pack binaries
run: |
tar czf ${{ github.event.repository.name }}-linux-x86_64-debug-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-linux-x86_64-debug-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
Expand All @@ -328,14 +328,14 @@ jobs:
ninja -C build
macos-intel:
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
#- name: Set up cache
#id: cache
#uses: actions/cache@v2
#uses: actions/cache@v3
#with:
#path: |
#build
Expand Down Expand Up @@ -368,21 +368,21 @@ jobs:
- name: Pack binaries
run: |
tar czf ${{ github.event.repository.name }}-macOS-intel-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-macOS-intel-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
*.tar.gz
macos-universal:
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
#- name: Set up cache
#id: cache
#uses: actions/cache@v2
#uses: actions/cache@v3
#with:
#path: |
#build
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
- name: Pack binaries
run: |
tar czf ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path: |
Expand All @@ -433,7 +433,7 @@ jobs:
#submodules: recursive
##- name: Set up cache
##id: cache
##uses: actions/cache@v2
##uses: actions/cache@v3
##with:
##path: |
##build
Expand Down Expand Up @@ -470,7 +470,7 @@ jobs:
#- name: Pack binaries
#run: |
#tar czf ${{ github.event.repository.name }}-win32-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
#- uses: actions/upload-artifact@v2
#- uses: actions/upload-artifact@v3
#with:
#name: ${{ github.event.repository.name }}-win32-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
#path: |
Expand All @@ -484,7 +484,7 @@ jobs:
#submodules: recursive
##- name: Set up cache
##id: cache
##uses: actions/cache@v2
##uses: actions/cache@v3
##with:
##path: |
##build
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
#- name: Pack binaries
#run: |
#tar czf ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}.tar.gz -C ${{ env.DESTDIR }}/usr/lib lv2 vst vst3
#- uses: actions/upload-artifact@v2
#- uses: actions/upload-artifact@v3
#with:
#name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
#path: |
Expand Down

0 comments on commit 26c736f

Please sign in to comment.