Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
e8ea37f0
Commit
e8ea37f0
authored
Sep 20, 2017
by
Christian Kuhn
Browse files
[TASK] More targets in Makefile for better parallelization
parent
3f017c08
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
e8ea37f0
...
...
@@ -8,10 +8,12 @@ build_php55
build_php56
build_php70
build_php71
build_php72
build_bamboo-php53
build_bamboo-php54
build_bamboo-php55
build_bamboo-php56
build_bamboo-php70
build_bamboo-php71
build_bamboo-php72
.idea
\ No newline at end of file
Makefile
View file @
e8ea37f0
...
...
@@ -179,16 +179,21 @@ SHORTVERSION_BAMBOO_PHP72=$(MAJOR_BAMBOO_PHP72).$(MINOR_BAMBOO_PHP72)
all
:
\
build
build
:
\
build_baseimage
\
build_php
\
build_bamboo
\
build_php
:
\
build_php53
\
build_php54
\
build_php55
\
build_php56
\
build_php70
\
build_php71
\
build_php72
\
build_php72
build_bamboo
:
\
build_bamboo_php53
\
build_bamboo_php54
\
build_bamboo_php55
\
...
...
@@ -197,16 +202,21 @@ build: \
build_bamboo_php71
\
build_bamboo_php72
release
:
\
release_baseimage
\
release_php
\
release_bamboo
release_php
:
\
release_php53
\
release_php54
\
release_php55
\
release_php56
\
release_php70
\
release_php71
\
release_php72
\
release_php72
release_bamboo
:
\
release_bamboo_php53
\
release_bamboo_php54
\
release_bamboo_php55
\
...
...
@@ -215,7 +225,6 @@ release: \
release_bamboo_php71
\
release_bamboo_php72
clean
:
\
clean_baseimage
\
clean_php53
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment