IMLS / estimating-wifi

Estimating Wifi is a pilot project to automate the censusing of proximal wifi devices via low-cost and open source tools.
https://10x.gsa.gov/projects/shared-components-for-museums-and-libraries/
Other
10 stars 3 forks source link

Automate the Windows build using GH Actions #226

Closed meenubhooshanan closed 2 years ago

meenubhooshanan commented 2 years ago

Description

Currently, a user has to pull down the entire GH repository, cd into imls-windows-installer, install the prerequisite software, compile the Golang binaries, and build the installer using Inno Setup. This is because the Go executables need to be reflecting the latest code updates.

This process should be automated using GH actions. It is possible to run powershell scripts and Inno Setup on a GH Windows runner.

Acceptance Criteria

User Story

157

Architectural Decision Records (ADRs)

No response