Skip to content

Moving to Github Actions #5

Moving to Github Actions

Moving to Github Actions #5

Workflow file for this run

name: Static Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y libz-dev
- name: static build script
run: ./static-build.sh