Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3716242
D613.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
615 B
Referenced Files
None
Subscribers
None
D613.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D613: Publish JUnit XML report
Attached
Detach File
Event Timeline
Log In to Comment