- attempt to fix the CI quickly

This commit is contained in:
Dmytro Bogovych 2022-09-09 05:25:11 +03:00
parent eabc1b5c3d
commit d07eab796f
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
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 .