Skip to content

Commit

Permalink
CI: Generate *.tar.bz2 binary package.
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
  • Loading branch information
utoni committed Jul 25, 2023
1 parent de3d64c commit 1f7878d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,15 @@ jobs:
- name: Test
run: |
./_install/dpp-example-cplusplus-EASTL.run
- name: Package
run: |
make package
- name: Cleanup
run: |
make deps-clean
make deps-distclean
- name: Upload Package
uses: actions/upload-artifact@v3
with:
name: mingw-w64-dpp-package
path: mingw-w64-dpp.tar.bz2

0 comments on commit 1f7878d

Please sign in to comment.