Skip to content

Commit

Permalink
release ci/cd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aegean-odyssey committed Jan 30, 2022
1 parent 09ff4fe commit db1790a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/[email protected]
with:
submodules: true
- run: |
git switch -c master
- name: COMPILE
uses: uraimo/[email protected]
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:
- uses: actions/[email protected]
with:
submodules: true
- run: |
git switch -c master
- name: COMPILE
uses: ./.github/debian_bullseye/
Expand Down
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ before_install:
script:
- DEPS="mk-build-deps -i -t 'apt-get --no-install-recommends --yes'"
- CLEAN="rm -f superslicer-build-deps_*"
- BUILD="gbp buildpackage -uc -us -J1 -j1 --git-submodules"
- GBPOPTS="--git-export-dir=artifacts --git-upstream-tree=SLOPPY"
- BUILD="gbp buildpackage -uc -us -J1 -j1 --git-submodules $GBPOPTS"
- docker run -v $(pwd):/root ao:travis su -l -c "$DEPS && $CLEAN && $BUILD"

deploy:
Expand All @@ -31,6 +32,6 @@ deploy:
tags: true
overwrite: true
file_glob: true
file: ../*.{deb,xz,gz,dsc,build,buildinfo,changes}
file: artifacts/*.{deb,xz,gz,dsc,build,buildinfo,changes}
prerelease: true
target_commitish: master

0 comments on commit db1790a

Please sign in to comment.