mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +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
|
name: Build Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fix up git URLs
|
- uses: actions/checkout@v3
|
||||||
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
|
|
||||||
shell: bash
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
submodules: true
|
submodules: recursive
|
||||||
- name: "Run script"
|
- name: "Run script"
|
||||||
run: |
|
run: |
|
||||||
export OS="linux"
|
|
||||||
./ci/build.sh
|
./ci/build.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
APIKEY: ${{ secrets.APIKEY }}
|
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
|
name: Build macOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fix up git URLs
|
- uses: actions/checkout@v3
|
||||||
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
|
|
||||||
shell: bash
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
submodules: true
|
submodules: recursive
|
||||||
- name: "Run script"
|
- name: "Run script"
|
||||||
run: |
|
run: |
|
||||||
export OS="mac"
|
|
||||||
./ci/build.sh
|
./ci/build.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|
@ -23,7 +19,3 @@ jobs:
|
||||||
APPLE_PASS: ${{ secrets.APPLE_PASS }}
|
APPLE_PASS: ${{ secrets.APPLE_PASS }}
|
||||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||||
APIKEY: ${{ secrets.APIKEY }}
|
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
|
name: Build Windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fix up git URLs
|
- uses: actions/checkout@v3
|
||||||
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
|
|
||||||
shell: bash
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
submodules: true
|
submodules: recursive
|
||||||
- name: "Run script"
|
- name: "Run script"
|
||||||
run: |
|
run: |
|
||||||
export OS="win"
|
|
||||||
./ci/build.sh
|
./ci/build.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
APIKEY: ${{ secrets.APIKEY }}
|
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