Skip to content

Commit

Permalink
Add CSC_FOR_PULL_REQUEST: true to build steps in Buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 12, 2024
1 parent aa1f491 commit a5f9f6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ steps:
queue: mac
env:
IMAGE_ID: $IMAGE_ID
CSC_FOR_PULL_REQUEST: true
plugins:
- $CI_TOOLKIT_PLUGIN
- $NVM_PLUGIN
Expand Down Expand Up @@ -70,6 +71,8 @@ steps:
plugins:
- $CI_TOOLKIT_PLUGIN
command: .buildkite/commands/package_windows.ps1
env:
CSC_FOR_PULL_REQUEST: true
artifact_paths:
- release\*.exe
- release\*.appx
Expand All @@ -87,6 +90,8 @@ steps:
make build
echo "--- Package"
make package-linux SKIP_BUILD=true
env:
CSC_FOR_PULL_REQUEST: true
artifact_paths:
- release\*.deb
- release\*.tar.gz
Expand Down

0 comments on commit a5f9f6c

Please sign in to comment.