Skip to content

Commit

Permalink
Build multiple targets at once in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Oct 16, 2021
1 parent c4eee8b commit 53b7277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
with:
submodules: recursive
- name: Build
run: make clean && make && make cli
- name: KoboRoot with 'qndb'
run: make koboroot
run: make clean && make all cli koboroot
- name: Build Documentation
run: make doc
- name: Upload KoboRoot with 'qndb'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
with:
submodules: recursive
- name: Build
run: make clean && make && make cli
- name: Create KoboRoot.tgz archive
run: make koboroot
run: make clean && make all cli koboroot
- name: Create release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 53b7277

Please sign in to comment.