mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-05 19:15:00 +00:00
ci: also build packages in the CI workflow
This commit is contained in:
parent
8dafe176df
commit
c38760883f
4 changed files with 91 additions and 70 deletions
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
|
@ -7,12 +7,8 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
uses: ./.github/workflows/ci.yml
|
||||
windows-portable:
|
||||
name: Package portable Windows app
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -37,7 +33,6 @@ jobs:
|
|||
path: build/sourcegit_*.zip
|
||||
osx-app:
|
||||
name: Package OSX app
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -65,7 +60,6 @@ jobs:
|
|||
path: build/sourcegit_*.zip
|
||||
linux:
|
||||
name: Package Linux
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue