Skip to content

Commit 8101e80

Browse files
committed
move windows build scripts to ./build/windows
1 parent 6f796d6 commit 8101e80

20 files changed

+5
-5
lines changed

.github/workflows/ci-windows-build-msi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010
- releases/**
1111
paths:
12-
- windows/installer/*.wxs
12+
- build/windows/installer/*.wxs
1313
- .github/workflows/ci-windows-build-msi.yml
1414
pull_request:
1515
branches:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,11 @@ release: check_release build package ## Build a release tarball
426426

427427
.PHONY: windows_installer
428428
windows_installer: build ## Windows - build the installer
429-
@.\make_installer.ps1 -version $(BUILD_VERSION)
429+
@.\build\windows\make_installer.ps1 -version $(BUILD_VERSION)
430430

431431
.PHONY: chocolatey
432432
chocolatey: windows_installer ## Windows - build the chocolatey package
433-
@.\make_chocolatey.ps1 -version $(BUILD_VERSION)
433+
@.\build\windows\make_chocolatey.ps1 -version $(BUILD_VERSION)
434434

435435
# Include test/bats.mk only if it exists
436436
# to allow building without a test/ directory

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ stages:
114114
--azure-key-vault-url "$(KeyVaultUrl)"
115115
displayName: "Sign crowdsec binaries"
116116
- pwsh: |
117-
.\make_installer.ps1 -version '$(BuildVersion)'
117+
.\build\windows\make_installer.ps1 -version '$(BuildVersion)'
118118
displayName: "Build Crowdsec MSI"
119119
name: BuildMSI
120120
- pwsh: |
121-
.\make_chocolatey.ps1 -version '$(BuildVersion)'
121+
.\build\windows\make_chocolatey.ps1 -version '$(BuildVersion)'
122122
displayName: "Build Chocolatey nupkg"
123123
- pwsh: |
124124
sign code azure-key-vault `
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

windows/Chocolatey/crowdsec/tools/chocolateybeforemodify.ps1 renamed to build/windows/crowdsec/tools/chocolateybeforemodify.ps1

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)