mirror of
https://github.com/janet-lang/janet
synced 2025-02-08 21:10:02 +00:00
Try 32 bit and 64 bit builds for windows.
This commit is contained in:
parent
05e3fd3cc6
commit
7252db1e63
@ -7,6 +7,7 @@ configuration:
|
|||||||
- Debug
|
- Debug
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
|
- x86
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- arch: Win64
|
- arch: Win64
|
||||||
@ -15,7 +16,7 @@ matrix:
|
|||||||
|
|
||||||
# skip unsupported combinations
|
# skip unsupported combinations
|
||||||
init:
|
init:
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
|
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
|
||||||
@ -26,7 +27,7 @@ install:
|
|||||||
- build_win all
|
- build_win all
|
||||||
- refreshenv
|
- refreshenv
|
||||||
# We need to reload vcvars after refreshing
|
# We need to reload vcvars after refreshing
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat"
|
||||||
- build_win test-install
|
- build_win test-install
|
||||||
- set janet_outname=%appveyor_repo_tag_name%
|
- set janet_outname=%appveyor_repo_tag_name%
|
||||||
- if "%janet_outname%"=="" set janet_outname=v1.4.0
|
- if "%janet_outname%"=="" set janet_outname=v1.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user