Experiments for fixing CI
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9771e89997
commit
b1eb6b6896
1 changed files with 8 additions and 2 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -133,7 +133,7 @@ jobs:
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
||||||
linux-x86_64:
|
linux-x86_64:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -163,7 +163,7 @@ jobs:
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
||||||
linux-x86_64-debug:
|
linux-x86_64-debug:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -237,9 +237,12 @@ jobs:
|
||||||
CXX: i686-w64-mingw32-g++
|
CXX: i686-w64-mingw32-g++
|
||||||
EXE_WRAPPER: wine
|
EXE_WRAPPER: wine
|
||||||
PKG_CONFIG: "false"
|
PKG_CONFIG: "false"
|
||||||
|
WINEARCH: "win32"
|
||||||
WINEDEBUG: "-all"
|
WINEDEBUG: "-all"
|
||||||
|
WINEDLLOVERRIDES: "mscoree,mshtml="
|
||||||
run: |
|
run: |
|
||||||
make features
|
make features
|
||||||
|
xvfb-run wineboot -u
|
||||||
xvfb-run make WITH_LTO=true -j $(nproc)
|
xvfb-run make WITH_LTO=true -j $(nproc)
|
||||||
- name: Set sha8
|
- name: Set sha8
|
||||||
id: slug
|
id: slug
|
||||||
|
@ -269,9 +272,12 @@ jobs:
|
||||||
CXX: x86_64-w64-mingw32-g++
|
CXX: x86_64-w64-mingw32-g++
|
||||||
EXE_WRAPPER: wine
|
EXE_WRAPPER: wine
|
||||||
PKG_CONFIG: "false"
|
PKG_CONFIG: "false"
|
||||||
|
WINEARCH: "win64"
|
||||||
WINEDEBUG: "-all"
|
WINEDEBUG: "-all"
|
||||||
|
WINEDLLOVERRIDES: "mscoree,mshtml="
|
||||||
run: |
|
run: |
|
||||||
make features
|
make features
|
||||||
|
xvfb-run wineboot -u
|
||||||
xvfb-run make WITH_LTO=true -j $(nproc)
|
xvfb-run make WITH_LTO=true -j $(nproc)
|
||||||
- name: Set sha8
|
- name: Set sha8
|
||||||
id: slug
|
id: slug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue