- fix cloning of platform libraries in CI script

This commit is contained in:
Dmytro Bogovych 2019-06-14 08:37:54 +03:00
parent 1061089d9b
commit e53af08f29
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ build_exe:
script:
- mkdir -p build
- cd build
- git clone git@gitlab.com:dmytro.bogovych/libraries.git
- git clone https://gitlab.com/dmytro.bogovych/libraries.git
- cmake -D PLATFORM_LIBS=libraries ../src
- cmake --build .