Files
Chloride/.github/workflows/c-cpp.yml
2024-05-07 21:37:18 +01:00

20 lines
260 B
YAML

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: make