mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Update workflows
This commit is contained in:
parent
1a375b0ad5
commit
9f4e1894cf
3 changed files with 6 additions and 30 deletions
12
.github/workflows/build_linux.yaml
vendored
12
.github/workflows/build_linux.yaml
vendored
|
|
@ -5,21 +5,13 @@ jobs:
|
|||
name: Build Linux
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fix up git URLs
|
||||
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
|
||||
shell: bash
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: "Run script"
|
||||
run: |
|
||||
export OS="linux"
|
||||
./ci/build.sh
|
||||
shell: bash
|
||||
env:
|
||||
APIKEY: ${{ secrets.APIKEY }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Wavetable_Linux
|
||||
path: ci/bin/Wavetable_Linux.zip
|
||||
|
|
|
|||
12
.github/workflows/build_macos.yaml
vendored
12
.github/workflows/build_macos.yaml
vendored
|
|
@ -5,16 +5,12 @@ jobs:
|
|||
name: Build macOS
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Fix up git URLs
|
||||
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
|
||||
shell: bash
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: "Run script"
|
||||
run: |
|
||||
export OS="mac"
|
||||
./ci/build.sh
|
||||
shell: bash
|
||||
env:
|
||||
|
|
@ -23,7 +19,3 @@ jobs:
|
|||
APPLE_PASS: ${{ secrets.APPLE_PASS }}
|
||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||
APIKEY: ${{ secrets.APIKEY }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Wavetable_Mac
|
||||
path: ci/bin/Wavetable_Mac.zip
|
||||
|
|
|
|||
12
.github/workflows/build_windows.yaml
vendored
12
.github/workflows/build_windows.yaml
vendored
|
|
@ -5,21 +5,13 @@ jobs:
|
|||
name: Build Windows
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Fix up git URLs
|
||||
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
|
||||
shell: bash
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: "Run script"
|
||||
run: |
|
||||
export OS="win"
|
||||
./ci/build.sh
|
||||
shell: bash
|
||||
env:
|
||||
APIKEY: ${{ secrets.APIKEY }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Wavetable_Win
|
||||
path: ci/bin/Wavetable_Win.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue