File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -378,36 +378,3 @@ task:
378
378
test_script :
379
379
- cd sage
380
380
- 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
You can’t perform that action at this time.
0 commit comments