mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-03-11 07:20:31 +00:00
17 lines
215 B
YAML
17 lines
215 B
YAML
name: C/C++ CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ "main" ]
|
|
pull_request:
|
|
branches: [ "main" ]
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: make
|
|
run: make
|