github.com/observiq/bindplane-agent@v1.51.0/windows/Makefile (about) 1 .PHONY: vagrant-prep 2 vagrant-prep: 3 ./scripts/vagrant-prep.sh 4 5 .PHONY: fetch-dependencies 6 fetch-dependencies: 7 ./scripts/fetch-dependencies.sh 8 9 .PHONY: build-msi 10 build-msi: fetch-dependencies 11 cd ..; $(MAKE) build-windows 12 ./scripts/build-msi.sh 13 14 .PHONY: test-install-msi 15 test-install-msi: 16 ./scripts/test-install-msi.sh 17 18 .PHONY: test-uninstall-msi 19 test-uninstall-msi: 20 ./scripts/test-uninstall-msi.sh 21 22 .PHONY: clean 23 clean: 24 rm -rf go-msi.exe config.yaml cinc-auditor.msi observiq-otel-collector.exe observiq-otel-collector.msi \ 25 opentelemetry-java-contrib-jmx-metrics.jar wix-binaries.zip wix.dynamic.json \ 26 wix plugins LICENSE VERSION.txt