mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-20 01:51:40 +00:00
Add debugging
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
# Build an image.
|
||||
set -x
|
||||
docker build --tag="php-curl-class/php53" .
|
||||
|
||||
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
|
||||
bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php53" sh -c "${command}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Stop container.
|
||||
|
||||
set -x
|
||||
docker stop "php53"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Build an image.
|
||||
set -x
|
||||
docker build --tag="php-curl-class/php54" .
|
||||
|
||||
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
|
||||
bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php54" sh -c "${command}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Stop container.
|
||||
|
||||
set -x
|
||||
docker stop "php54"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Build an image.
|
||||
set -x
|
||||
docker build --tag="php-curl-class/php55" .
|
||||
|
||||
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
|
||||
bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php55" sh -c "${command}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Stop container.
|
||||
|
||||
set -x
|
||||
docker stop "php55"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Build an image.
|
||||
set -x
|
||||
docker build --tag="php-curl-class/php56" .
|
||||
|
||||
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
|
||||
bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php56" sh -c "${command}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Stop container.
|
||||
|
||||
set -x
|
||||
docker stop "php56"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Build an image.
|
||||
set -x
|
||||
docker build --tag="php-curl-class/php70" .
|
||||
|
||||
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
|
||||
bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php70" sh -c "${command}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Stop container.
|
||||
|
||||
set -x
|
||||
docker stop "php70"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Build an image.
|
||||
set -x
|
||||
docker build --tag="php-curl-class/php71" .
|
||||
|
||||
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
|
||||
bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php71" sh -c "${command}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Stop container.
|
||||
|
||||
set -x
|
||||
docker stop "php71"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Build an image.
|
||||
set -x
|
||||
docker build --tag="php-curl-class/php72" .
|
||||
|
||||
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
|
||||
bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php72" sh -c "${command}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Stop container.
|
||||
|
||||
set -x
|
||||
docker stop "php72"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Build an image.
|
||||
set -x
|
||||
docker build --tag="php-curl-class/php73" .
|
||||
|
||||
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
|
||||
bash "tests/script.sh"
|
||||
END
|
||||
)
|
||||
set -x
|
||||
docker exec --interactive --tty "php73" sh -c "${command}"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Stop container.
|
||||
|
||||
set -x
|
||||
docker stop "php73"
|
||||
|
||||
Reference in New Issue
Block a user