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
70168978
Commit
70168978
authored
Oct 25, 2016
by
Aleksey Midenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts: Travis-CI for natsys/trunk
parent
5dea5165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
.travis.yml
.travis.yml
+8
-10
README.md
README.md
+1
-1
No files found.
.travis.yml
View file @
70168978
# vim ft=yaml
# travis-ci.org definition
branches
:
only
:
-
natsys/trunk
# non-container builds don't have enough RAM to reliably compile
sudo
:
required
dist
:
trusty
...
...
@@ -68,13 +72,7 @@ script:
-
export MYSQL_BUILD_CC=/usr/bin/gcc-${GCC_VERSION} MYSQL_BUILD_CXX=/usr/bin/g++-${GCC_VERSION}
-
${MYSQL_BUILD_CC} --version ; ${MYSQL_BUILD_CXX} --version
-
cd "${TRAVIS_BUILD_DIR}"
-
env DEB_BUILD_OPTIONS="parallel=3" debian/autobake-deb.sh;
notifications
:
irc
:
channels
:
-
"
chat.freenode.net#maria"
on_success
:
never
# [always|never|change]
on_failure
:
never
template
:
-
"
%{repository}/%{branch}
(%{commit}
-
%{author}):
%{build_url}:
%{message}"
-
cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_INNOBASE_STORAGE_ENGINE=yes -DWITH_JEMALLOC=yes -DSECURITY_HARDENED=no -DWITH_PIC=no -DCMAKE_CXX_FLAGS_DEBUG="-g -O0" -DCMAKE_C_FLAGS_DEBUG="-g -O0"
-
make -j $(grep -c processor /proc/cpuinfo)
-
cd ./mysql-test
-
./mtr --suite=versioning --force --max-test-fail=0
README.md
View file @
70168978
...
...
@@ -67,4 +67,4 @@ https://github.com/MariaDB/server
Code status:
------------
*
[
![tests status
](
https://
secure.travis-ci.org/MariaDB/server.png?branch=10.2
)
](https://travis-ci.org/MariaDB/server) travis-ci.org (10.2 branch
)
*
[
![tests status
](
https://
travis-ci.org/natsys/mariadb_10.2.svg?branch=natsys%2Ftrunk
)
](https://travis-ci.org/natsys/mariadb_10.2) travis-ci.org (natsys/trunk
)
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