Skip to content

Commit

Permalink
packaging: update Windows build to detain fluent-bit artefacts (#4695)
Browse files Browse the repository at this point in the history
* packaging: update Windows build to detain fluent-bit artefacts

Signed-off-by: Patrick Stephens <[email protected]>

* packaging: build td-agent-bit too

Signed-off-by: Patrick Stephens <[email protected]>

* workflows: skip unit tests for this type of update

Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Feb 9, 2022
1 parent f7427d8 commit 181658e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/skipped-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'docker_compose/**'
- 'packaging/**'
- '.gitignore'
- 'appveyor.yml'

jobs:
run-all-unit-tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'docker_compose/**'
- 'packaging/**'
- '.gitignore'
- 'appveyor.yml'
branches:
- master
- 1.8
Expand Down
13 changes: 9 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ environment:

configuration:
- Release

skip_commits:
files:
- '.github/**'
- 'packaging/**'
- './dockerfiles/**'
- '.github/**/*'
- 'packaging/**/*'
- 'dockerfiles/**/*'
- '**/*.md'
- '**/*.sh'

Expand All @@ -38,9 +38,14 @@ build_script:
- powershell ".\ci\do-ut.ps1;exit $LASTEXITCODE"
- cd build
- cpack
- cpack -DFLB_TD=On

artifacts:
- path: build/td-agent-bit-*.exe
name: td-agent-bit
- path: build/td-agent-bit-*.zip
name: td-agent-bit-zip
- path: build/fluent-bit-*.exe
name: fluent-bit-installer
- path: build/fluent-bit-*.zip
name: fluent-bit-zip

0 comments on commit 181658e

Please sign in to comment.