Skip to content

Commit db6f9d9

Browse files
committed
ci: Remove "Windows (VS 2022)" task from Cirrus CI
1 parent 1ae9141 commit db6f9d9

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.cirrus.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -378,36 +378,3 @@ task:
378378
test_script:
379379
- cd sage
380380
- sage prove_group_implementations.sage
381-
382-
task:
383-
name: "x86_64: Windows (VS 2022)"
384-
windows_container:
385-
image: cirrusci/windowsservercore:visualstudio2022
386-
cpu: 4
387-
memory: 3840MB
388-
env:
389-
PATH: '%CIRRUS_WORKING_DIR%\build\src\RelWithDebInfo;%PATH%'
390-
x64_NATIVE_TOOLS: '"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat"'
391-
# Ignore MSBuild warning MSB8029.
392-
# See: https://learn.microsoft.com/en-us/visualstudio/msbuild/errors/msb8029?view=vs-2022
393-
IgnoreWarnIntDirInTempDetected: 'true'
394-
matrix:
395-
- env:
396-
BUILD_SHARED_LIBS: ON
397-
- env:
398-
BUILD_SHARED_LIBS: OFF
399-
git_show_script:
400-
# Print commit to allow reproducing the job outside of CI.
401-
- git show --no-patch
402-
configure_script:
403-
- '%x64_NATIVE_TOOLS%'
404-
- cmake -E env CFLAGS="/WX" cmake -A x64 -B build -DSECP256K1_ENABLE_MODULE_RECOVERY=ON -DSECP256K1_BUILD_EXAMPLES=ON -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS%
405-
build_script:
406-
- '%x64_NATIVE_TOOLS%'
407-
- cmake --build build --config RelWithDebInfo -- -property:UseMultiToolTask=true;CL_MPcount=5
408-
check_script:
409-
- '%x64_NATIVE_TOOLS%'
410-
- ctest -C RelWithDebInfo --test-dir build -j 5
411-
- build\src\RelWithDebInfo\bench_ecmult.exe
412-
- build\src\RelWithDebInfo\bench_internal.exe
413-
- build\src\RelWithDebInfo\bench.exe

0 commit comments

Comments
 (0)