File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,11 @@ NAME := selenium
2
2
VERSION := $(or $(VERSION ) ,$(VERSION ) ,'2.44.0')
3
3
PLATFORM := $(shell uname -s)
4
4
5
- ifeq ($(PLATFORM ) , Darwin)
6
- COPYARGS := -pR
7
- else
8
- COPYARGS := -rT
9
- endif
5
+ all : hub chrome firefox
10
6
11
- all : hub chrome firefox test
7
+ build : all
12
8
13
- build : all clean
9
+ ci : build test
14
10
15
11
base :
16
12
cd ./Base && docker build -t $(NAME ) /base:$(VERSION ) .
@@ -47,9 +43,7 @@ release: tag_latest
47
43
docker push $(NAME ) /node-firefox
48
44
@echo " *** Don't forget to create a tag. git tag rel-$( VERSION) && git push origin rel-$( VERSION) "
49
45
50
- clean :
51
-
52
46
test :
53
47
./test.sh
54
48
55
- .PHONY : all base hub nodebase chrome firefox full tag_latest release clean
49
+ .PHONY : all base hub nodebase chrome firefox full tag_latest release build test
You can’t perform that action at this time.
0 commit comments