Werner Lemberg
b647dbdeb8
.gitlab-ci.yml: Minor comment cleanups.
3 years ago
Azamat H. Hackimov
ca44a236a0
.gitlab-ci.yml: Add steps to `before_script` to ensure recent CA.
...
Fetch current list of valid CAs from Windows Update and manually import them
to trusted datastore. This action is required to make downloads work from
sites that need recent Let's Encrypt ISRG Root X1 certificate.
3 years ago
Werner Lemberg
33626164e8
.gitlab-ci.yml: Fix typo in previous commit.
3 years ago
Werner Lemberg
4c0db60772
.gitlab-ci.yml: Update Windows image.
...
The old image produced errors like
```
Downloading zlib patch from
https://wrapdb.mesonbuild.com/v2/zlib_1.2.11-5/get_patch
A fallback URL could be specified using patch_fallback_url key in the wrap file
WrapDB connection failed to
https://wrapdb.mesonbuild.com/v2/zlib_1.2.11-5/get_patch
with error
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify
failed: certificate has expired (_ssl.c:1122)>
```
3 years ago
Anurag Thakur
943a6bf7e6
Add clang build to linux CI
3 years ago
Anurag Thakur
ede96b239b
CI: Add macOS CI, including a clang build
3 years ago
AnuthaDev
3a65f1a215
CI: Hardcode meson version to fix build failure on windows
3 years ago
AnuthaDev
28c2d7f31c
* .gitlab-ci.yml: Fixed cmake build, using correct options.
3 years ago
Anurag Thakur
7be47010e9
[CI] Introduce linux CI and refactor job names
...
* .gitlab-ci.yml: Added jobs for building freetype on linux.
4 years ago
Tim-Philipp Müller
e222932810
[ci] Add basic support for Meson builds with MSVC on Windows.
...
This adds meson jobs for VS2017 (x86 and x86_64).
* .gitlab-ci.yml: New file.
4 years ago