good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
upper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
open
upper
Commits
9ccd0b33
Commit
9ccd0b33
authored
Jul 7, 2015
by
Peter Kieltyka
Browse files
Options
Downloads
Patches
Plain Diff
Travis
parent
c4bfc6f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+6
-5
6 additions, 5 deletions
.travis.yml
with
6 additions
and
5 deletions
.travis.yml
+
6
−
5
View file @
9ccd0b33
...
@@ -13,6 +13,7 @@ env: GOARCH=amd64 TEST_HOST=127.0.0.1 UPPERIO_DB_DEBUG=1
...
@@ -13,6 +13,7 @@ env: GOARCH=amd64 TEST_HOST=127.0.0.1 UPPERIO_DB_DEBUG=1
install
:
install
:
-
sudo apt-get install -y bzr make
-
sudo apt-get install -y bzr make
-
mkdir -p $GOPATH/src/upper.io
-
mv $PWD $GOPATH/src/upper.io/db
-
mv $PWD $GOPATH/src/upper.io/db
-
cd $GOPATH/src/upper.io/db
-
cd $GOPATH/src/upper.io/db
-
ls -la
-
ls -la
...
@@ -34,11 +35,11 @@ services:
...
@@ -34,11 +35,11 @@ services:
before_script
:
before_script
:
-
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
-
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
-
rm -rf $HOME/gopath/src/upper.io
#
- rm -rf $HOME/gopath/src/upper.io
-
mkdir -p $HOME/gopath/src/upper.io
#
- mkdir -p $HOME/gopath/src/upper.io
-
mv $HOME/gopath/src/github.com/upper/db $HOME/gopath/src/upper.io
#
- mv $HOME/gopath/src/github.com/upper/db $HOME/gopath/src/upper.io
-
cd $HOME/gopath/src/upper.io/db
#
- cd $HOME/gopath/src/upper.io/db
-
export TRAVIS_BUILD_DIR=$HOME/gopath/src/upper.io/db
#
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/upper.io/db
-
cat mysql/_dumps/setup.sql | mysql -uroot
-
cat mysql/_dumps/setup.sql | mysql -uroot
-
cat mysql/_dumps/structs.sql | mysql -uupperio -pupperio upperio_tests
-
cat mysql/_dumps/structs.sql | mysql -uupperio -pupperio upperio_tests
...
...
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