7 Commits

Author SHA1 Message Date
Matthias Mullie
37c14b9775 More elaborate GH CI & remove Travis 2022-03-15 22:17:59 +01:00
Matthias Mullie
45fd3b0f1d Make test suite pass for all PHP versions 2021-01-06 16:18:10 +01:00
Matthias Mullie
227f190624 Don't install libzip for more recent php versions 2020-12-27 22:43:29 +01:00
Matthias Mullie
abc21b31f7 Add support for building multiple PHP versions on docker 2017-12-06 13:46:33 +01:00
Matthias Mullie
7d79f1188e Use docker-compose for faster volume switching 2017-10-13 17:44:30 +02:00
Matthias Mullie
c2f929c3d9 Add docker helpers to makefile 2017-09-21 19:12:16 +02:00
Matthias Mullie
fa0b1d4375 Add Dockerfile for quick and easy testing
Not that it's hard to set up an environment to test
this library in, but perhaps you just can't be bothered
to mess up your system installing software and versions
you don't otherwise need.

Build the image:
$ docker build -t minify .

Run the tests:
$ docker run --rm --name minify minify

Or if you plan on testing/changing the code and don't
want to rebuild the image, just load it as a volume:
$ docker run --rm --name minify -v ~/Sites/minify:/var/www minify
2017-09-21 14:08:21 +02:00