Skip to content

Update License to exclude AIs and LLMs. #128

Update License to exclude AIs and LLMs.

Update License to exclude AIs and LLMs. #128

Workflow file for this run

name: C CI for GCC
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: make
run: make
- name: compiler-test
run: make compiler-test
- name: coverage-report
run: make -C test/coverage-gcov/