chore: github ci build

This commit is contained in:
Taranto 2023-06-20 08:42:49 +01:00
parent 13bf3eb5b4
commit 20af833f1c
4 changed files with 70 additions and 0 deletions

19
.github/workflows/build.yml vendored Normal file
View 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