mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-12-01 09:54:59 -05:00
add vanilla builders
This commit is contained in:
12
.github/workflows/forgejo-vanilla-nightly.yml
vendored
12
.github/workflows/forgejo-vanilla-nightly.yml
vendored
@@ -42,14 +42,6 @@ jobs:
|
|||||||
working-directory: forgejo-source
|
working-directory: forgejo-source
|
||||||
run: |
|
run: |
|
||||||
make clean
|
make clean
|
||||||
cp -v ../net_mirror.go modules/graceful/net_mirror.go
|
|
||||||
cp -v ../net_mirror_dialer.go modules/graceful/net_mirror_dialer.go
|
|
||||||
cp -v ../net_mirror_unix.go modules/graceful/net_mirror_unix.go
|
|
||||||
cp -v ../net_mirror_windows.go modules/graceful/net_mirror_windows.go
|
|
||||||
grep -v 'github.com/go-i2p/go-gitlooseleaf' ../go.mod >> go.mod
|
|
||||||
grep -v 'go 1.2' ../go.mod >> go.mod
|
|
||||||
grep -v '// indirect' ../go.mod >> go.mod
|
|
||||||
go mod tidy
|
|
||||||
make build
|
make build
|
||||||
env:
|
env:
|
||||||
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
|
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
|
||||||
@@ -90,8 +82,8 @@ jobs:
|
|||||||
- name: Create or Update Nightly Release
|
- name: Create or Update Nightly Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: forgejo-nightly
|
tag: forgejo-nightly-vanilla
|
||||||
name: "Forgejo Nightly Build (${{ steps.date.outputs.date }})"
|
name: "Standard Forgejo Nightly Build (${{ steps.date.outputs.date }})"
|
||||||
body: "Automated nightly build of Forgejo from main branch, built on ${{ steps.date.outputs.date }}"
|
body: "Automated nightly build of Forgejo from main branch, built on ${{ steps.date.outputs.date }}"
|
||||||
artifacts: "forgejo-Linux/*, forgejo-Windows/*, forgejo-macOS/*"
|
artifacts: "forgejo-Linux/*, forgejo-Windows/*, forgejo-macOS/*"
|
||||||
draft: false
|
draft: false
|
||||||
|
|||||||
12
.github/workflows/gitea-vanilla-nightly.yml
vendored
12
.github/workflows/gitea-vanilla-nightly.yml
vendored
@@ -37,14 +37,6 @@ jobs:
|
|||||||
working-directory: gitea-source
|
working-directory: gitea-source
|
||||||
run: |
|
run: |
|
||||||
make clean
|
make clean
|
||||||
cp -v ../net_mirror.go modules/graceful/net_mirror.go
|
|
||||||
cp -v ../net_mirror_dialer.go modules/graceful/net_mirror_dialer.go
|
|
||||||
cp -v ../net_mirror_unix.go modules/graceful/net_mirror_unix.go
|
|
||||||
cp -v ../net_mirror_windows.go modules/graceful/net_mirror_windows.go
|
|
||||||
grep -v 'github.com/go-i2p/go-gitlooseleaf' ../go.mod >> go.mod
|
|
||||||
grep -v 'go 1.2' ../go.mod >> go.mod
|
|
||||||
grep -v '// indirect' ../go.mod >> go.mod
|
|
||||||
go mod tidy
|
|
||||||
make build
|
make build
|
||||||
env:
|
env:
|
||||||
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
|
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
|
||||||
@@ -84,8 +76,8 @@ jobs:
|
|||||||
- name: Create or Update Nightly Release
|
- name: Create or Update Nightly Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: nightly
|
tag: nightly-vanilla
|
||||||
name: "Gitea Nightly Build (${{ steps.date.outputs.date }})"
|
name: "Standard Gitea Nightly Build (${{ steps.date.outputs.date }})"
|
||||||
body: "Automated nightly build of Gitea from main branch, built on ${{ steps.date.outputs.date }}"
|
body: "Automated nightly build of Gitea from main branch, built on ${{ steps.date.outputs.date }}"
|
||||||
artifacts: "gitea-Linux/*, gitea-Windows/*, gitea-macOS/*"
|
artifacts: "gitea-Linux/*, gitea-Windows/*, gitea-macOS/*"
|
||||||
draft: false
|
draft: false
|
||||||
|
|||||||
Reference in New Issue
Block a user