Files
bannertool/.github/workflows/build.yml
T
2022-10-16 18:57:15 +01:00

25 lines
479 B
YAML

name: Bannertool Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
- name: make
run: make
- uses: actions/upload-artifact@v2
with:
name: bannertool-linux-x86_64
path: ./output/linux-x86_64/bannertool
if-no-files-found: error