mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-10 05:15:00 +00:00
project: cleanup
* remove unused build scripts since we use github CI to automate releases * rename build/ci to build/scripts * cleanup solution file
This commit is contained in:
parent
db40a3f368
commit
f544333418
11 changed files with 3 additions and 936 deletions
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
env:
|
||||
VERSION: ${{ inputs.version }}
|
||||
RUNTIME: ${{ matrix.runtime }}
|
||||
run: ./build/ci/package.windows-portable.sh
|
||||
run: ./build/scripts/package.windows-portable.sh
|
||||
- name: Upload package artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
@ -54,7 +54,7 @@ jobs:
|
|||
env:
|
||||
VERSION: ${{ inputs.version }}
|
||||
RUNTIME: ${{ matrix.runtime }}
|
||||
run: ./build/ci/package.osx-app.sh
|
||||
run: ./build/scripts/package.osx-app.sh
|
||||
- name: Upload package artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
@ -87,7 +87,7 @@ jobs:
|
|||
run: |
|
||||
mkdir build/SourceGit
|
||||
tar -xf "build/sourcegit.${{ matrix.runtime }}.tar" -C build/SourceGit
|
||||
./build/ci/package.linux.sh
|
||||
./build/scripts/package.linux.sh
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue