mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
(Hopefully) amke x86 windows github action work.
This commit is contained in:
parent
ea3152c661
commit
704f564418
10
.github/workflows/windows_x86_builds.yml
vendored
10
.github/workflows/windows_x86_builds.yml
vendored
@ -23,14 +23,14 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- name: Editor (target=release_debug, tools=yes)
|
||||
cache-name: windows-editor
|
||||
cache-name: windows-editor-x86
|
||||
target: release_debug
|
||||
tools: true
|
||||
arch: x86
|
||||
bin: "./bin/pandemonium.windows.opt.tools.32.exe"
|
||||
|
||||
- name: Template (target=release, tools=no)
|
||||
cache-name: windows-template
|
||||
cache-name: windows-template-x86
|
||||
target: release
|
||||
arch: x86
|
||||
tools: false
|
||||
@ -47,6 +47,11 @@ jobs:
|
||||
- name: Setup python and scons
|
||||
uses: ./.github/actions/pandemonium-deps
|
||||
|
||||
- name: Set up Visual Studio shell
|
||||
uses: egor-tensin/vs-shell@v2
|
||||
with:
|
||||
arch: x86
|
||||
|
||||
- name: Compilation
|
||||
uses: ./.github/actions/pandemonium-build
|
||||
with:
|
||||
@ -54,6 +59,7 @@ jobs:
|
||||
platform: windows
|
||||
target: ${{ matrix.target }}
|
||||
tools: ${{ matrix.tools }}
|
||||
arch: ${{ matrix.arch }}
|
||||
|
||||
- name: Prepare artifact
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user