We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07652d9 + e3897f7 commit 45bdd7cCopy full SHA for 45bdd7c
.gitlab-ci.yml
@@ -403,7 +403,6 @@ vs2017-x64:
403
when: always
404
paths:
405
- "${CI_PROJECT_DIR}/_build/meson-logs"
406
- allow_failure: true
407
408
distcheck:
409
stage: acceptance test
ci/test-msvc.bat
@@ -95,6 +95,9 @@ if not exist %HOMEPATH%\.cargo\bin\rustup.exe rustup-init -y --default-toolchain
95
96
:: now build librsvg
97
cd win32
98
+
99
+:: Fix linking to PCRE for CI's sake
100
+if exist %INST%\lib\libpcre2-8.a copy /b %INST%\lib\libpcre2-8.a %INST%\lib\pcre2-8.lib
101
nmake /f generate-msvc.mak generate-nmake-files PYTHON=python || goto :error
102
103
if "%DOWNGRADE_RUST_VERSION%" == "1" goto :downgrade_rust
0 commit comments