mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
make vcvars stick
This commit is contained in:
parent
df3bf6cf2e
commit
1d1041c06f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -28,8 +28,9 @@ jobs:
|
||||||
.\SETUP.EXE /s
|
.\SETUP.EXE /s
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
./msvc420/bin/VCVARS32.BAT x86
|
call ./msvc420/bin/VCVARS32.BAT x86
|
||||||
mkdir Release
|
mkdir Release
|
||||||
./msvc420/bin/NMAKE.EXE /f isle.mak CFG="ISLE - Win32 Release"
|
./msvc420/bin/NMAKE.EXE /f isle.mak CFG="ISLE - Win32 Release"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue