enderice2 a14f86dbdd
Some checks failed
C/C++ CI / ubuntu-build (push) Failing after 0s
test / test (push) Successful in 3s
Update .gitea/workflows/cpp.yml
Signed-off-by: enderice2 <enderice2@no-reply@enderice2.com>
2024-08-25 16:42:10 +03:00

17 lines
309 B
YAML

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