| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-10 | Use github action for the CI (#373) | Julien Voisin | |
| 2021-01-05 | Add ArchLinux to the ci | jvoisin | |
| 2021-01-05 | Add ubuntu to the ci | jvoisin | |
| 2021-01-05 | Add fedora to the ci | jvoisin | |
| 2021-01-05 | Fix the previous commit | jvoisin | |
| 2021-01-05 | Add debian stable to the CI | jvoisin | |
| 2021-01-02 | Use gitlab-ci for all supported php versions | jvoisin | |
| 2020-11-11 | Add a `make tests` to run the testsuite | jvoisin | |
| 2020-06-07 | Install php-xml on the ubuntu runner on gitlab | jvoisin | |
| 2020-04-24 | Add missing dependencies for Ubuntu's CI | jvoisin | |
| 2019-07-10 | Use pcre3 on Debian in gitlab's CI for now. | jvoisin | |
| 2019-07-10 | Fix the Debian build on gitlab | jvoisin | |
| 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-09 | Fix the Alpine Linux build | jvoisin | |
| pcre is not bundled with PHP anymore in AlpineLinux, so we have to install it separately. | |||
| 2019-06-20 | Fix Alpine's build in the CI | jvoisin | |
| 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-12 | Fix the fedora build in the CI | jvoisin | |
| 2019-01-14 | Reorganize the testsuite | jvoisin | |
| 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-12 | Add Alpine back to the CI, compile-only, no testsuite | jvoisin | |
| 2019-01-05 | Add ubuntu and a badge in the README | jvoisin | |
| 2019-01-03 | Add a gitlab-ci file, and a fix test on Fedora | jvoisin | |
