Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
core
tarantool
Commits
9aa7aa63
Commit
9aa7aa63
authored
7 years ago
by
Roman Tsisyk
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/1.6' into 1.7
parents
5b8e5329
eaa963cf
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.mk
+12
-5
12 additions, 5 deletions
.travis.mk
.travis.yml
+1
-2
1 addition, 2 deletions
.travis.yml
with
13 additions
and
7 deletions
.travis.mk
+
12
−
5
View file @
9aa7aa63
...
...
@@ -6,10 +6,6 @@ DOCKER_IMAGE:=packpack/packpack:ubuntu-zesty
all
:
package
source
:
git clone https://github.com/packpack/packpack.git packpack
TARBALL_COMPRESSOR
=
gz packpack/packpack tarball
package
:
git clone https://github.com/packpack/packpack.git packpack
./packpack/packpack
...
...
@@ -19,6 +15,8 @@ test: test_$(TRAVIS_OS_NAME)
# Redirect some targets via docker
test_linux
:
docker_test_ubuntu
coverage
:
docker_coverage_ubuntu
source
:
docker_source_ubuntu
source_deploy
:
docker_source_deploy_ubuntu
docker_%
:
mkdir
-p
~/.cache/ccache
...
...
@@ -40,7 +38,7 @@ deps_ubuntu:
libcurl4-openssl-dev libunwind-dev
\
python python-pip python-setuptools python-dev
\
python-msgpack python-yaml python-argparse python-six python-gevent
\
lcov ruby
lcov ruby
awscli
test_ubuntu
:
deps_ubuntu
cmake
.
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
...
...
@@ -79,3 +77,12 @@ coverage_ubuntu: deps_ubuntu
echo
coveralls-lcov
--repo-token
[
FILTERED] coverage.info
;
\
coveralls-lcov
--repo-token
$(
COVERALLS_TOKEN
)
coverage.info
;
\
fi
;
source_ubuntu
:
git clone https://github.com/packpack/packpack.git packpack
make
-f
./packpack/pack/Makefile
TARBALL_COMPRESSOR
=
gz tarball
source_deploy_ubuntu
:
aws
--endpoint-url
"
${
AWS_S3_ENDPOINT_URL
}
"
s3
\
cp
build/
*
.tar.gz
"s3://tarantool-
${
TRAVIS_BRANCH
}
-src/"
\
--acl
public-read
This diff is collapsed.
Click to expand it.
.travis.yml
+
1
−
2
View file @
9aa7aa63
...
...
@@ -83,7 +83,6 @@ script:
before_deploy
:
-
ls -l build/
-
pip install awscli --user
deploy
:
# Deploy packages to PackageCloud
...
...
@@ -99,7 +98,7 @@ deploy:
condition
:
-n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}"
# Deploy sources to S3
-
provider
:
script
script
:
aws --endpoint-url "${AWS_S3_ENDPOINT_URL}" s3 cp build/*.tar.gz "s3://tarantool-${TRAVIS_BRANCH}-src/" --acl public-read
script
:
make -f .travis.mk source_deploy
skip_cleanup
:
true
on
:
branch
:
"
1.7"
...
...
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