chore: github ci build
This commit is contained in:
parent
13bf3eb5b4
commit
20af833f1c
4 changed files with 70 additions and 0 deletions
19
.github/workflows/build.yml
vendored
Normal file
19
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: build
|
||||
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
everything:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get Repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Run script
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x ./build-scripts/ci-build.sh
|
||||
./build-scripts/ci-build.sh
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: lamassu-server.tar.gz
|
||||
path: ./lamassu-server.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue