|
b647dbde
|
2022-01-12T06:21:52
|
|
.gitlab-ci.yml: Minor comment cleanups.
|
|
ca44a236
|
2022-01-12T04:26:39
|
|
.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.
|
|
33626164
|
2022-01-11T08:01:30
|
|
.gitlab-ci.yml: Fix typo in previous commit.
|
|
4c0db607
|
2022-01-11T07:52:28
|
|
.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)>
```
|
|
943a6bf7
|
2021-10-13T21:20:35
|
|
Add clang build to linux CI
|
|
ede96b23
|
2021-10-12T18:26:35
|
|
CI: Add macOS CI, including a clang build
|
|
3a65f1a2
|
2021-10-02T10:52:15
|
|
CI: Hardcode meson version to fix build failure on windows
|
|
28c2d7f3
|
2021-07-20T21:22:14
|
|
* .gitlab-ci.yml: Fixed cmake build, using correct options.
|
|
7be47010
|
2021-05-18T10:33:25
|
|
[CI] Introduce linux CI and refactor job names
* .gitlab-ci.yml: Added jobs for building freetype on linux.
|
|
e2229328
|
2021-01-17T15:33:59
|
|
[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.
|