Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
f3e57744
Commit
f3e57744
authored
13 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: uniform jenkins filename
parent
e0e6043f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.xml
+2
-2
2 additions, 2 deletions
build.xml
build/doxygen/jenkins_doxygen.doxyfile
+0
-0
0 additions, 0 deletions
build/doxygen/jenkins_doxygen.doxyfile
test/phpunit/jenkins_phpunittest.xml
+0
-0
0 additions, 0 deletions
test/phpunit/jenkins_phpunittest.xml
with
2 additions
and
2 deletions
build.xml
+
2
−
2
View file @
f3e57744
...
...
@@ -77,14 +77,14 @@
<!-- Generate Doxygen documentation -->
<target
name=
"doxygen"
description=
"Dolibarr documentation"
>
<exec
executable=
"doxygen"
dir=
"${basedir}"
failonerror=
"false"
>
<arg
value=
"${basedir}/build/doxygen/
hudson-
doxygen.doxyfile"
/>
<arg
value=
"${basedir}/build/doxygen/
jenkins_
doxygen.doxyfile"
/>
</exec>
</target>
<!-- Run unit tests and generate junit.xml and clover.xml -->
<target
name=
"phpunit"
>
<exec
executable=
"phpunit"
dir=
"${basedir}"
failonerror=
"true"
>
<arg
line=
" --configuration ${basedir}/test/phpunit/
hudson
_phpunittest.xml
<arg
line=
" --configuration ${basedir}/test/phpunit/
jenkins
_phpunittest.xml
--log-junit ${basedir}/hudson/logs/junit.xml
--coverage-clover ${basedir}/hudson/coverage/clover.xml
--coverage-html ${basedir}/hudson/coverage/
...
...
This diff is collapsed.
Click to expand it.
build/doxygen/
hudson-
doxygen.doxyfile
→
build/doxygen/
jenkins_
doxygen.doxyfile
+
0
−
0
View file @
f3e57744
File moved
This diff is collapsed.
Click to expand it.
test/phpunit/
hudson
_phpunittest.xml
→
test/phpunit/
jenkins
_phpunittest.xml
+
0
−
0
View file @
f3e57744
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment