source: docker/build-mlxwinebuild.sh@ 939:de728888b85e

python3
Last change on this file since 939:de728888b85e was 939:de728888b85e, checked in by István Váradi <ivaradi@…>, 5 years ago

The Docker/Wine-based build infrastructure works for Python 3 (re #347)

  • Property exe set to *
File size: 273 bytes
Line 
1#!/bin/bash
2
3set -e -u
4
5sdistfile="${1}"
6sdistdir=$(cd $(dirname "${sdistfile}") && pwd)
7
8docker run --rm -v "${sdistdir}:/root/dist" mlxwinebuild-py3 build $(basename "${sdistfile}") $(id -u) $(id -g)
9#docker run -it --rm -v "${sdistdir}:/root/dist" mlxwinebuild-py3 bash
Note: See TracBrowser for help on using the repository browser.