Skip to content

Commit 6064e93

Browse files
authored
Merge pull request #244 from AKSW/feature/pyinstallerWindows
Pyinstaller Windows: Put docker command on one line
2 parents 4a1d6c6 + 84990fa commit 6064e93

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,7 @@ before_deploy:
5151
- pyinstaller -F quit.spec
5252
- cp dist/run dist/quit-64bit-linux
5353
- git apply requirements.txt.windows.patch
54-
- docker run -it -v "$(pwd):/src/" --entrypoint /bin/sh cdrx/pyinstaller-windows:python3 -c \
55-
"apt-get update -y && \
56-
apt-get install -y git && \
57-
git clone -b merge/forQuit https://github.com/white-gecko/rdflib /wine/drive_c/rdflib && \
58-
pip install -e /wine/drive_c/rdflib && \
59-
git clone https://github.com/RDFLib/rdflib-jsonld /wine/drive_c/rdflib-jsonld && \
60-
pip install -e /wine/drive_c/rdflib-jsonld && \
61-
/entrypoint.sh"
54+
- 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"
6255
- cp dist/windows/run.exe dist/quit-64bit-windows.exe
6356

6457
deploy:

0 commit comments

Comments
 (0)