gem / oq-builders

Installers for the OpenQuake suite
GNU Affero General Public License v3.0
0 stars 0 forks source link

Build zip distribution for Windows on Docker #71

Closed daniviga closed 7 years ago

daniviga commented 7 years ago

This code builds a zip file containing:

The zip file can be extracted everywhere on the filesystem and the OQ can be started using the batch files. The two build script may be merged in the future since they share some code.

The build process is made inside a Docker container using Wine 2.0-stable. Container has been rebased to F26 too.

The OQ Engine code is not provided in the form of a git repo because of its size, but as result of git archive.

/CC @pslh @ptormene