Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaging: update Windows build to detain fluent-bit artefacts #4695

Merged
merged 3 commits into from
Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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