Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
798db3d7
Commit
798db3d7
authored
Jun 08, 2017
by
Daniel Black
Committed by
Sergey Vojtovich
Jun 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: allow_failures os: osx
Signed-off-by:
Daniel Black
<
daniel.black@au.ibm.com
>
parent
035f74c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.travis.yml
.travis.yml
+14
-0
No files found.
.travis.yml
View file @
798db3d7
...
...
@@ -48,6 +48,20 @@ matrix:
-
export MTR_MEM=/tmp
-
env DEB_BUILD_OPTIONS="parallel=6" debian/autobake-deb.sh;
-
ccache --show-stats
# Until OSX becomes a bit more stable: MDEV-12435
allow_failures
:
-
os
:
osx
compiler
:
clang
env
:
GCC_VERSION=4.8 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rpl
-
os
:
osx
compiler
:
clang
env
:
GCC_VERSION=5 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main,archive,optimizer_unfixed_bugs,parts,sys_vars,unit,vcol,innodb,innodb_gis,innodb_zip,innodb_fts
-
os
:
osx
compiler
:
clang
env
:
GCC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=binlog,binlog_encryption,encryption,rocksdb
-
os
:
osx
compiler
:
clang
env
:
GCC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,percona,perfschema,plugins,multi_source,roles
# Matrix include for coverity
# - env:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment