Skip to content

Commit

Permalink
Merge commit 'f00d05a0ff4f036032d7750e8e1c6487dd0c54e4'
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Apr 24, 2024
2 parents 91464dc + f00d05a commit d327acc
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,22 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Test
run: |
make test
- name: Build
run: |
sudo apt-get update
sudo apt-get build-dep --no-install-recommends -y .
sudo apt-get install --no-install-recommends -y git-buildpackage
export DEBEMAIL="dev@radxa.com"
export DEBFULLNAME='"Radxa Computer Co., Ltd"'
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git branch -m GITHUB_RUNNER || true
git branch -D main || true
git switch -c main || true
make dch
make test all deb
git reset --hard HEAD~1
- name: Build
run: |
make all deb
- name: Workaround actions/upload-artifact#176
run: |
Expand Down

0 comments on commit d327acc

Please sign in to comment.