Skip to content

Test coverage at 99.4% #59

Test coverage at 99.4%

Test coverage at 99.4% #59

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@v3
- 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