mbox series

[0/2] patches that getting msys2 working with cirrus

Message ID 20200903112423.1765-1-luoyonggang@gmail.com
Headers show
Series patches that getting msys2 working with cirrus | expand

Message

Yonggang Luo Sept. 3, 2020, 11:24 a.m. UTC
These patches also enable the make check by ignore the
tests errors, so the CI can be passed.

Yonggang Luo (2):
  tests: try to disable make check blocker for msys2
  ci: Enable msys2 ci in cirrus

 .cirrus.yml                         | 24 +++++++++++++++++++++
 scripts/ci/windows/msys2_build.sh   | 33 +++++++++++++++++++++++++++++
 scripts/ci/windows/msys2_install.sh | 31 +++++++++++++++++++++++++++
 tests/Makefile.include              |  2 ++
 4 files changed, 90 insertions(+)
 create mode 100644 scripts/ci/windows/msys2_build.sh
 create mode 100644 scripts/ci/windows/msys2_install.sh