mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
upload basic build
This commit is contained in:
24
.github/workflows/debian.yml
vendored
24
.github/workflows/debian.yml
vendored
@ -1,24 +0,0 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
build-debs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: jtdor/build-deb-action@v1
|
||||
env:
|
||||
DEB_BUILD_OPTIONS: noautodbgsym
|
||||
with:
|
||||
buildpackage-opts: --build=binary --no-sign
|
||||
extra-build-deps: git
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: true
|
||||
files: |
|
||||
LICENSE
|
||||
bin/*
|
||||
debian/artifacts/*.deb
|
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
run: |
|
||||
npm install
|
||||
npm run compile
|
||||
npm run build
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
@ -43,6 +44,25 @@ jobs:
|
||||
path: ~/.npm/_logs/*
|
||||
retention-days: 14
|
||||
|
||||
build-debs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: jtdor/build-deb-action@v1
|
||||
env:
|
||||
DEB_BUILD_OPTIONS: noautodbgsym
|
||||
with:
|
||||
buildpackage-opts: --build=binary --no-sign
|
||||
extra-build-deps: git
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: true
|
||||
files: |
|
||||
LICENSE
|
||||
bin/*
|
||||
debian/artifacts/*.deb
|
||||
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user