author | etisserant <edouard.tisserant@gmail.com> |
Wed, 25 May 2022 09:26:20 +0200 | |
changeset 70 | 6b3e2f6ad9e7 |
parent 37 | fd09116d3537 |
permissions | -rwxr-xr-x |
33
12390414aed0
added helper scripts to use docker build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
1 |
#!/bin/bash |
12390414aed0
added helper scripts to use docker build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
2 |
|
37
fd09116d3537
New windows installer cross build, using patched pacman to get MSYS2's packages and PIP over Wine to get PyPI packages. Work in progress.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
33
diff
changeset
|
3 |
set -e |
33
12390414aed0
added helper scripts to use docker build
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff
changeset
|
4 |
|
37
fd09116d3537
New windows installer cross build, using patched pacman to get MSYS2's packages and PIP over Wine to get PyPI packages. Work in progress.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
33
diff
changeset
|
5 |
./clean_docker_container.sh || true |
fd09116d3537
New windows installer cross build, using patched pacman to get MSYS2's packages and PIP over Wine to get PyPI packages. Work in progress.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
33
diff
changeset
|
6 |
./clean_docker_image.sh || true |
fd09116d3537
New windows installer cross build, using patched pacman to get MSYS2's packages and PIP over Wine to get PyPI packages. Work in progress.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
33
diff
changeset
|
7 |
./build_docker_image.sh |
fd09116d3537
New windows installer cross build, using patched pacman to get MSYS2's packages and PIP over Wine to get PyPI packages. Work in progress.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
33
diff
changeset
|
8 |
./create_docker_container.sh $1 |
fd09116d3537
New windows installer cross build, using patched pacman to get MSYS2's packages and PIP over Wine to get PyPI packages. Work in progress.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
33
diff
changeset
|
9 |