.gitlab-ci.yml


Log

Author Commit Date CI Message
Tim-Philipp Müller 7cd3f19f 2022-07-31T12:14:01 ci: bump windows image and use newer runner and vs2019 The old 1809 runner will be decommissioned at some point.
Werner Lemberg 40c6f973 2022-06-21T14:45:42 .gitlab-ci.yml: Correctly upgrade `meson`.
Xavier Claessens b861b241 2022-05-27T11:26:30 [meson] Disable FreeType in HarfBuzz fallback. This avoids cyclic subproject configuration when the 'harfbuzz' feature is enabled, or `--wrap-mode=forcefallback` is used, but HarfBuzz is built as a subproject. HarfBuzz does the same and disables HarfBuzz support when configuring FreeType as a subproject. * meson.build (harfbuzz_dep): Implement it. * subprojects/harfbuzz.wrap: New file. * .gitlab-ci.yml [windows meson]: Use latest version of the meson 0.59 series, which has a necessary bug fix to make CI work.
Xavier Claessens d59c7ce1 2022-04-21T08:43:18 [meson] Remove `default_library=both` from `default_options`. It is inconsistent with what all other Meson projects do. It also prevents static linking to FreeType when it is a subproject because `default_options` in a subproject takes precedence on values set on the main project. For example, building 'GStreamer' with `-Ddefault_library=static` would still dynamically link on FreeType unless the user also sets `-Dfreetype2:default_library=static`. * meson.build: Updated. * .gitlab-ci.yml: Retain `both` option for testing.
Steve Lhomme 3100c812 2022-02-15T10:27:47 .gitlab-ci.yml: Add a Universal Windows build target It's compiled for Windows 10 and up, ensuring UNICODE is set (default for UWP) and selecting the proper WINAPI_FAMILY (WINAPI_FAMILY_APP). Do not try to run the UWP exe in the Docker as it doesn't work.
Werner Lemberg b647dbde 2022-01-12T06:21:52 .gitlab-ci.yml: Minor comment cleanups.
Azamat H. Hackimov 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.
Werner Lemberg 33626164 2022-01-11T08:01:30 .gitlab-ci.yml: Fix typo in previous commit.
Werner Lemberg 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)> ```
Anurag Thakur 943a6bf7 2021-10-13T21:20:35 Add clang build to linux CI
Anurag Thakur ede96b23 2021-10-12T18:26:35 CI: Add macOS CI, including a clang build
AnuthaDev 3a65f1a2 2021-10-02T10:52:15 CI: Hardcode meson version to fix build failure on windows
AnuthaDev 28c2d7f3 2021-07-20T21:22:14 * .gitlab-ci.yml: Fixed cmake build, using correct options.
Anurag Thakur 7be47010 2021-05-18T10:33:25 [CI] Introduce linux CI and refactor job names * .gitlab-ci.yml: Added jobs for building freetype on linux.
Tim-Philipp Müller 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.