Page MenuHomeDevCentral

D613.diff
No OneTemporary

D613.diff

diff --git a/.gitignore b/.gitignore
new file mode 100644
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build/
diff --git a/Jenkinsfile b/Jenkinsfile
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,4 +4,7 @@
stage 'Tests'
sh 'make test'
+
+ stage 'Artefacts'
+ archive 'build/**'
}
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
DOCKER_HOST=dwellers.nasqueron.org \
test:
- phpunit -v .
+ phpunit --log-junit build/phpunit.xml -v .
test-full:
- sh -c "${ENV_FOR_TEST_FULL} phpunit -v ."
+ sh -c "${ENV_FOR_TEST_FULL} phpunit --log-junit build/phpunit.xml -v ."

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 6, 13:42 (22 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2231951
Default Alt Text
D613.diff (615 B)

Event Timeline