Skip to content

Add initial build workflow #3

Add initial build workflow

Add initial build workflow #3

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install tools
run: |
sudo apt-get install autopoint automake
- name: Bootstrap
run: |
./bootstrap
- name: Configure
run: |
./configure