Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
die_coolen_jungs
our_own_cloud_project
Commits
9925db33
Commit
9925db33
authored
10 years ago
by
Thomas Müller
Committed by
Morris Jobke
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
execute unit test for files external in separate build config
parent
e15b4d08
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+9
-0
9 additions, 0 deletions
.travis.yml
with
9 additions
and
0 deletions
.travis.yml
+
9
−
0
View file @
9925db33
...
...
@@ -14,11 +14,15 @@ matrix:
env
:
DB=pgsql
-
php
:
5.4
env
:
DB=mysql
-
php
:
5.4
env
:
DB=mysql EXTERNAL=true
allow_failures
:
-
php
:
hhvm
fast_finish
:
true
env
:
global
:
-
EXTERNAL=false
matrix
:
-
DB=sqlite
...
...
@@ -36,6 +40,11 @@ before_script:
# call setup for tests
-
build/prepareTests.sh $DB
# Enable/disable files_external to control it's unit test execution
-
php occ --list
-
if [[ $EXTERNAL ==
true
]] ; then php occ app:enable files_external ; fi
-
if [[ $EXTERNAL ==
false
]] ; then php occ app:disable files_external ; fi
script
:
-
phpunit --version
# Run PHP lint for each PHP version
...
...
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