mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
CI: Move Windows jobs
This commit is contained in:
+4
-4
@@ -21,7 +21,7 @@ build windows/x64:
|
|||||||
- build
|
- build
|
||||||
expire_in: 3 days
|
expire_in: 3 days
|
||||||
tags:
|
tags:
|
||||||
- icsneo-windows
|
- libicsneo-win-x64
|
||||||
|
|
||||||
unit_test windows/x64:
|
unit_test windows/x64:
|
||||||
stage: unit_test
|
stage: unit_test
|
||||||
@@ -32,7 +32,7 @@ unit_test windows/x64:
|
|||||||
needs:
|
needs:
|
||||||
- build windows/x64
|
- build windows/x64
|
||||||
tags:
|
tags:
|
||||||
- icsneo-windows
|
- libicsneo-win-x64
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
|
|
||||||
build windows/x86:
|
build windows/x86:
|
||||||
@@ -45,7 +45,7 @@ build windows/x86:
|
|||||||
- build
|
- build
|
||||||
expire_in: 3 days
|
expire_in: 3 days
|
||||||
tags:
|
tags:
|
||||||
- icsneo-windows
|
- libicsneo-win-x64
|
||||||
|
|
||||||
unit_test windows/x86:
|
unit_test windows/x86:
|
||||||
stage: unit_test
|
stage: unit_test
|
||||||
@@ -56,7 +56,7 @@ unit_test windows/x86:
|
|||||||
needs:
|
needs:
|
||||||
- build windows/x86
|
- build windows/x86
|
||||||
tags:
|
tags:
|
||||||
- icsneo-windows
|
- libicsneo-win-x64
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
call "%VCVARS32%"
|
call "%VCVARS32_2022%"
|
||||||
call "ci\build-windows.bat"
|
call "ci\build-windows.bat"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
call "%VCVARS64%"
|
call "%VCVARS64_2022%"
|
||||||
call "ci\build-windows.bat"
|
call "ci\build-windows.bat"
|
||||||
|
|||||||
Reference in New Issue
Block a user