PX4 / PX4-windows-toolchain

Repo containing all scripts to install and use the PX4 Toolchain for Windows.
BSD 3-Clause "New" or "Revised" License
31 stars 100 forks source link

Installer generation scripts need to be added to the toolchain repository (with script to load necessary binaries) #1

Closed MaEtUgR closed 5 years ago

MaEtUgR commented 5 years ago

The scripts and whole WiX configuration I use to create the .msi toolchain installer need to be available in the toolchain repository. I pushed them without any useful context and testing to https://github.com/PX4/windows-toolchain/commit/aeae37222905512648c4a95e76dffb76f77b02ab for @bresh for early access. I'll create a script which automates the installer generation such that even any CI could do it but some steps are currently missing.

MaEtUgR commented 5 years ago

Just added binary installer https://github.com/PX4/windows-toolchain/commit/cd1cada8a7b8b5cf5214ab890c09c893fd3169d3 and Windows Installer XML Toolset project files https://github.com/PX4/windows-toolchain/commit/a9c197e80256c605927d00820431d8f2eea04bc0 with lots of comments to simplify any future maintenance.

Current state not completely tested but will soon be.