Skip to content
Snippets Groups Projects
Select Git revision
0 results

.gitlab-ci.yml

Blame
    • Nick Wellnhofer's avatar
      ee4f953bd1a1
      gitlab-ci: Only install cmake MinGW package if needed · ee4f953bd1a1
      Nick Wellnhofer authored
      On MinGW, cmake requires curl which requires nghttp2 which requires
      libxml2. But having a system libxml2 interferes with the Python tests
      for now. Ultimately, we should use Python's os.add_dll_directory() on
      Windows. I'm not sure why the current solution using PATH even works.
      ee4f953bd1a1
      History
      gitlab-ci: Only install cmake MinGW package if needed
      Nick Wellnhofer authored
      On MinGW, cmake requires curl which requires nghttp2 which requires
      libxml2. But having a system libxml2 interferes with the Python tests
      for now. Ultimately, we should use Python's os.add_dll_directory() on
      Windows. I'm not sure why the current solution using PATH even works.