Skip to content

Commit

Permalink
Put docker command on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 30, 2019
1 parent 893d125 commit 84990fa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,7 @@ before_deploy:
- pyinstaller -F quit.spec
- cp dist/run dist/quit-64bit-linux
- git apply requirements.txt.windows.patch
- docker run -it -v "$(pwd):/src/" --entrypoint /bin/sh cdrx/pyinstaller-windows:python3 -c \
"apt-get update -y && \
apt-get install -y git && \
git clone -b merge/forQuit https://github.com/white-gecko/rdflib /wine/drive_c/rdflib && \
pip install -e /wine/drive_c/rdflib && \
git clone https://github.com/RDFLib/rdflib-jsonld /wine/drive_c/rdflib-jsonld && \
pip install -e /wine/drive_c/rdflib-jsonld && \
/entrypoint.sh"
- docker run -it -v "$(pwd):/src/" --entrypoint /bin/sh cdrx/pyinstaller-windows:python3 -c "apt-get update -y && apt-get install -y git && git clone -b merge/forQuit https://github.com/white-gecko/rdflib /wine/drive_c/rdflib && pip install -e /wine/drive_c/rdflib && git clone https://github.com/RDFLib/rdflib-jsonld /wine/drive_c/rdflib-jsonld && pip install -e /wine/drive_c/rdflib-jsonld && /entrypoint.sh"
- cp dist/windows/run.exe dist/quit-64bit-windows.exe

deploy:
Expand Down

0 comments on commit 84990fa

Please sign in to comment.