- 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: build_exe:
script: script:
- apt install cmake c++
- mkdir -p build - mkdir -p build
- cd build - cd build
- git clone https://gitlab.com/dmytro.bogovych/libraries.git - git clone https://gitlab.com/dmytro.bogovych/libraries.git
- cmake -D LIB_PLATFORM=libraries ../src - cmake -D LIB_PLATFORM=libraries ../src
- cmake --build . - cmake --build .