This repository has been archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathMakefile
97 lines (93 loc) · 5.4 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
build:
docker build --no-cache --rm -t julienbreux/phpunit master
docker build --no-cache --rm -t julienbreux/phpunit:7.4.0 7.4.0
docker build --no-cache --rm -t julienbreux/phpunit:6.5.3 6.5.3
docker build --no-cache --rm -t julienbreux/phpunit:6.5.2 6.5.2
docker build --no-cache --rm -t julienbreux/phpunit:6.0.6 6.0.6
docker build --no-cache --rm -t julienbreux/phpunit:5.7.12 5.7.12
docker build --no-cache --rm -t julienbreux/phpunit:5.7.5 5.7.5
docker build --no-cache --rm -t julienbreux/phpunit:5.7.0 5.7.0
docker build --no-cache --rm -t julienbreux/phpunit:5.5.0 5.5.0
docker build --no-cache --rm -t julienbreux/phpunit:5.4.7 5.4.7
docker build --no-cache --rm -t julienbreux/phpunit:5.4.6 5.4.6
docker build --no-cache --rm -t julienbreux/phpunit:5.4.5 5.4.5
docker build --no-cache --rm -t julienbreux/phpunit:5.4.4 5.4.4
docker build --no-cache --rm -t julienbreux/phpunit:5.4.3 5.4.3
docker build --no-cache --rm -t julienbreux/phpunit:5.4.2 5.4.2
docker build --no-cache --rm -t julienbreux/phpunit:5.4.1 5.4.1
docker build --no-cache --rm -t julienbreux/phpunit:5.4.0 5.4.0
docker build --no-cache --rm -t julienbreux/phpunit:5.3.4 5.3.4
docker build --no-cache --rm -t julienbreux/phpunit:5.3.3 5.3.3
docker build --no-cache --rm -t julienbreux/phpunit:5.3.2 5.3.2
docker build --no-cache --rm -t julienbreux/phpunit:5.3.1 5.3.1
docker build --no-cache --rm -t julienbreux/phpunit:5.3.0 5.3.0
docker build --no-cache --rm -t julienbreux/phpunit:5.1.0 5.1.0
docker build --no-cache --rm -t julienbreux/phpunit:5.0.10 5.0.10
docker build --no-cache --rm -t julienbreux/phpunit:5.0.9 5.0.9
docker build --no-cache --rm -t julienbreux/phpunit:5.0.8 5.0.8
docker build --no-cache --rm -t julienbreux/phpunit:5.0.7 5.0.7
docker build --no-cache --rm -t julienbreux/phpunit:5.0.6 5.0.6
docker build --no-cache --rm -t julienbreux/phpunit:5.0.5 5.0.5
docker build --no-cache --rm -t julienbreux/phpunit:5.0.4 5.0.4
docker build --no-cache --rm -t julienbreux/phpunit:5.0.3 5.0.3
docker build --no-cache --rm -t julienbreux/phpunit:5.0.2 5.0.2
docker build --no-cache --rm -t julienbreux/phpunit:5.0.1 5.0.1
docker build --no-cache --rm -t julienbreux/phpunit:5.0.0 5.0.0
docker build --no-cache --rm -t julienbreux/phpunit:4.8.16 4.8.16
docker build --no-cache --rm -t julienbreux/phpunit:4.8.5 4.8.5
docker build --no-cache --rm -t julienbreux/phpunit:4.8.4 4.8.4
docker build --no-cache --rm -t julienbreux/phpunit:4.8.3 4.8.3
docker build --no-cache --rm -t julienbreux/phpunit:4.7.7 4.7.7
docker build --no-cache --rm -t julienbreux/phpunit:4.6.10 4.6.10
docker build --no-cache --rm -t julienbreux/phpunit:4.6.6 4.6.6
version:
docker run -t --rm julienbreux/phpunit --version
docker run -t --rm julienbreux/phpunit:7.4.0 --version
docker run -t --rm julienbreux/phpunit:6.5.3 --version
docker run -t --rm julienbreux/phpunit:6.5.2 --version
docker run -t --rm julienbreux/phpunit:6.0.6 --version
docker run -t --rm julienbreux/phpunit:5.7.12 --version
docker run -t --rm julienbreux/phpunit:5.7.5 --version
docker run -t --rm julienbreux/phpunit:5.7.0 --version
docker run -t --rm julienbreux/phpunit:5.5.0 --version
docker run -t --rm julienbreux/phpunit:5.4.7 --version
docker run -t --rm julienbreux/phpunit:5.4.6 --version
docker run -t --rm julienbreux/phpunit:5.4.5 --version
docker run -t --rm julienbreux/phpunit:5.4.4 --version
docker run -t --rm julienbreux/phpunit:5.4.3 --version
docker run -t --rm julienbreux/phpunit:5.4.2 --version
docker run -t --rm julienbreux/phpunit:5.4.1 --version
docker run -t --rm julienbreux/phpunit:5.4.0 --version
docker run -t --rm julienbreux/phpunit:5.3.4 --version
docker run -t --rm julienbreux/phpunit:5.3.3 --version
docker run -t --rm julienbreux/phpunit:5.3.2 --version
docker run -t --rm julienbreux/phpunit:5.3.1 --version
docker run -t --rm julienbreux/phpunit:5.3.0 --version
docker run -t --rm julienbreux/phpunit:5.1.0 --version
docker run -t --rm julienbreux/phpunit:5.0.10 --version
docker run -t --rm julienbreux/phpunit:5.0.9 --version
docker run -t --rm julienbreux/phpunit:5.0.8 --version
docker run -t --rm julienbreux/phpunit:5.0.7 --version
docker run -t --rm julienbreux/phpunit:5.0.6 --version
docker run -t --rm julienbreux/phpunit:5.0.5 --version
docker run -t --rm julienbreux/phpunit:5.0.4 --version
docker run -t --rm julienbreux/phpunit:5.0.3 --version
docker run -t --rm julienbreux/phpunit:5.0.2 --version
docker run -t --rm julienbreux/phpunit:5.0.1 --version
docker run -t --rm julienbreux/phpunit:5.0.0 --version
docker run -t --rm julienbreux/phpunit:4.8.16 --version
docker run -t --rm julienbreux/phpunit:4.8.5 --version
docker run -t --rm julienbreux/phpunit:4.8.4 --version
docker run -t --rm julienbreux/phpunit:4.8.3 --version
docker run -t --rm julienbreux/phpunit:4.7.7 --version
docker run -t --rm julienbreux/phpunit:4.6.10 --version
docker run -t --rm julienbreux/phpunit:4.6.6 --version
debug:
docker build --no-cache --rm -t julienbreux/phpunit master
docker run -it --rm --entrypoint=/bin/bash julienbreux/phpunit
phpunit-test:
cd test/ && docker run -v $(shell pwd)/test:/app --rm --entrypoint=/usr/bin/composer julienbreux/phpunit install
docker run --rm --entrypoint=/usr/bin/php julienbreux/phpunit -v
docker run --rm --entrypoint=/usr/local/bin/phpunit julienbreux/phpunit --version
docker run -v $(shell pwd):/app --rm julienbreux/phpunit --configuration='test/phpunit.xml' --coverage-text='test/coverage.txt'
.PHONY: build