Skip to content

ome/zeroc-ice-py-debian9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu Debian 9 Zeroc Ice Python 3 Builder

Actions Status

Builds Zeroc Ice wheel for Debian 9.

This can be used to create installable binary packages as an alternative to compiling from source using pip.

docker build -t builder .
docker run --rm -v $PWD/dist:/dist builder

To build a different version of IcePy:

docker run --rm -v $PWD/dist:/dist builder VERSION

Packages will be copied to $PWD/dist.