enderice2 5936b0217a
Some checks failed
C/C++ CI / ubuntu-build (push) Failing after 1m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m12s
test / test (push) Successful in 1m5s
Update .gitea/workflows/cpp.yml
Signed-off-by: enderice2 <enderice2@protonmail.com>
2024-12-29 23:29:17 +02:00

17 lines
312 B
YAML

name: C/C++ CI
on: [push]
jobs:
ubuntu-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build project
uses: nicledomaS/cmake_build_action@v1.4
with:
submodule_update: ON
run_tests: ON
unit_test_build: -Dtest=ON