summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml (follow)
AgeCommit message (Collapse)Author
2021-01-10Use github action for the CI (#373)Julien Voisin
2021-01-05Add ArchLinux to the cijvoisin
2021-01-05Add ubuntu to the cijvoisin
2021-01-05Add fedora to the cijvoisin
2021-01-05Fix the previous commitjvoisin
2021-01-05Add debian stable to the CIjvoisin
2021-01-02Use gitlab-ci for all supported php versionsjvoisin
2020-11-11Add a `make tests` to run the testsuitejvoisin
2020-06-07Install php-xml on the ubuntu runner on gitlabjvoisin
2020-04-24Add missing dependencies for Ubuntu's CIjvoisin
2019-07-10Use pcre3 on Debian in gitlab's CI for now.jvoisin
2019-07-10Fix the Debian build on gitlabjvoisin
Apparently, pcre isn't a hard dependency for php anymore. We're using pcre2, because pcre3 is actually pcre in Debian, because why not.
2019-07-09Fix the Alpine Linux buildjvoisin
pcre is not bundled with PHP anymore in AlpineLinux, so we have to install it separately.
2019-06-20Fix Alpine's build in the CIjvoisin
PCRE must now be installed, since it's not shipped with PHP by default anymore. Fedora did it too, and was fixed in 3fe0d28.
2019-06-12Fix the fedora build in the CIjvoisin
2019-01-14Reorganize the testsuitejvoisin
Splitting the testsuite in several components makes it easier to manage and comprehend. This was also needed some some tests aren't passing on Alpine Linux, but we still want to run as many of them as we can on this platform.
2019-01-12Add Alpine back to the CI, compile-only, no testsuitejvoisin
2019-01-05Add ubuntu and a badge in the READMEjvoisin
2019-01-03Add a gitlab-ci file, and a fix test on Fedorajvoisin