Merge pull request #641 from jpcima/try-new-container
Try new container
This commit is contained in:
commit
08558ceae2
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -136,7 +136,7 @@ jobs:
|
||||||
build_for_mingw32:
|
build_for_mingw32:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
container:
|
container:
|
||||||
image: archlinux
|
image: ghcr.io/sfztools/archlinux
|
||||||
steps:
|
steps:
|
||||||
- name: Set install name
|
- name: Set install name
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -164,7 +164,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
# need to convert some includes to lower case (as of VST 3.7.1)
|
# need to convert some includes to lower case (as of VST 3.7.1)
|
||||||
run: |
|
run: |
|
||||||
find "$GITHUB_WORKSPACE"/vst/external/VST_SDK -type d -name source -exec \
|
find "$GITHUB_WORKSPACE"/plugins/vst/external/VST_SDK -type d -name source -exec \
|
||||||
find {} -type f -name '*.[hc]' -o -name '*.[hc]pp' -print0 \; | \
|
find {} -type f -name '*.[hc]' -o -name '*.[hc]pp' -print0 \; | \
|
||||||
xargs -0 sed -i 's/<Windows.h>/<windows.h>/'
|
xargs -0 sed -i 's/<Windows.h>/<windows.h>/'
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
|
|
@ -200,7 +200,7 @@ jobs:
|
||||||
build_for_mingw64:
|
build_for_mingw64:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
container:
|
container:
|
||||||
image: archlinux
|
image: ghcr.io/sfztools/archlinux
|
||||||
steps:
|
steps:
|
||||||
- name: Set install name
|
- name: Set install name
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -228,7 +228,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
# need to convert some includes to lower case (as of VST 3.7.1)
|
# need to convert some includes to lower case (as of VST 3.7.1)
|
||||||
run: |
|
run: |
|
||||||
find "$GITHUB_WORKSPACE"/vst/external/VST_SDK -type d -name source -exec \
|
find "$GITHUB_WORKSPACE"/plugins/vst/external/VST_SDK -type d -name source -exec \
|
||||||
find {} -type f -name '*.[hc]' -o -name '*.[hc]pp' -print0 \; | \
|
find {} -type f -name '*.[hc]' -o -name '*.[hc]pp' -print0 \; | \
|
||||||
xargs -0 sed -i 's/<Windows.h>/<windows.h>/'
|
xargs -0 sed -i 's/<Windows.h>/<windows.h>/'
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue