Add .gitea/workflows/cpp.yml
Some checks failed
C/C++ CI / ubuntu-build (push) Failing after 41s
test / test (push) Successful in 3s

Signed-off-by: enderice2 <enderice2@no-reply@enderice2.com>
This commit is contained in:
enderice2 2024-08-25 16:39:40 +03:00
parent f251feb046
commit d581e649c0

16
.gitea/workflows/cpp.yml Normal file
View File

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