Skip to content

Bump actions/checkout from 3 to 4 (#8) #61

Bump actions/checkout from 3 to 4 (#8)

Bump actions/checkout from 3 to 4 (#8) #61

Workflow file for this run

name: Build
on:
push:
paths:
- 'src/**'
- 'include/**'
- 'tools/src/**'
- 'Makefile'
- '*.mk'
- '.github/workflows/build.yml'
jobs:
build:
name: Build library
runs-on: ubuntu-latest
env:
CC: gcc
steps:
- uses: actions/checkout@v4
- name: Build static library
run: make static
- name: Build shared library
run: make shared
- name: Compile solsys variants
run: make solsys
- name: Generate CIO locator data
run: make cio_file