- remove GitLab CI - as now rtphone is checked via Jenkins

This commit is contained in:
Dmytro Bogovych 2022-10-30 14:30:57 +03:00
parent 89de7a7db9
commit 1fbeae18c3
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
build_exe:
script:
- apt install cmake c++
- mkdir -p build
- cd build
- git clone https://gitlab.com/dmytro.bogovych/libraries.git
- cmake -D LIB_PLATFORM=libraries ../src
- cmake --build .