CI: pure C can link to GMP, but Nim cannot LoadLib GMP, not found

This commit is contained in:
Mamy Ratsimbazafy 2022-09-19 02:02:04 +02:00
parent 495d5fa9fd
commit b901dd5878
No known key found for this signature in database
GPG Key ID: 6227262F49BE273A

View File

@ -214,10 +214,12 @@ jobs:
nimble test_bindings --verbose
nimble test_parallel_no_asm --verbose
- name: Run Constantine tests (Windows no Assembly)
# So "test_bindings" uses C and can find GMP
# but nim-gmp cannot find GMP on Windows CI
if: runner.os == 'Windows' && matrix.target.BACKEND == 'NO_ASM'
shell: msys2 {0}
run: |
cd constantine
nimble bindings --verbose
nimble test_bindings --verbose
nimble test_parallel_no_asm --verbose
nimble bindings --verbose
nimble test_bindings --verbose
nimble test_parallel_no_gmp_no_asm --verbose