Skip to content
Snippets Groups Projects
Commit 4115e1e1 authored by inso's avatar inso
Browse files

Fix build scripts

parent 5f9e8b35
No related branches found
No related tags found
No related merge requests found
#!/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
......
......@@ -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
......
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment