Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
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
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
4115e1e1
Commit
4115e1e1
authored
9 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Fix build scripts
parent
5f9e8b35
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci/travis/after_success.sh
+3
-1
3 additions, 1 deletion
ci/travis/after_success.sh
ci/travis/before_install.sh
+1
-1
1 addition, 1 deletion
ci/travis/before_install.sh
ci/travis/build.sh
+3
-1
3 additions, 1 deletion
ci/travis/build.sh
with
7 additions
and
3 deletions
ci/travis/after_success.sh
+
3
−
1
View file @
4115e1e1
#!/usr/bin/env bash
eval
"
$(
pyenv init -
)
"
eval
"
$(
pyenv virtualenv-init -
)
"
cd
$HOME
/ucoin-io/sakia
cd
$HOME
/
build/
ucoin-io/sakia
pyenv activate sakia-env
coverage
-rm
...
...
This diff is collapsed.
Click to expand it.
ci/travis/before_install.sh
+
1
−
1
View file @
4115e1e1
...
...
@@ -35,7 +35,7 @@ then
tar
xzf PyQt-gpl-5.5.1.tar.gz
cd
PyQt-gpl-5.5.1/
pyenv activate sakia-env
python configure.py
--verbose
--confirm-license
python configure.py
--confirm-license
make
-j
2
&&
make
install
pyenv rehash
...
...
This diff is collapsed.
Click to expand it.
ci/travis/build.sh
+
3
−
1
View file @
4115e1e1
#!/usr/bin/env bash
eval
"
$(
pyenv init -
)
"
eval
"
$(
pyenv virtualenv-init -
)
"
cd
$HOME
/ucoin-io/sakia
cd
$HOME
/
build/
ucoin-io/sakia
pyenv activate sakia-env
pip
install
coveralls cx_Freeze
pip
install
-r
requirements.txt
...
...
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