semicolon missed

This commit is contained in:
infactum 2019-02-24 11:24:56 +05:00
parent d891a412e1
commit b90f91401f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ build_script:
mkdir build;
docker run --rm -v "$(pwd)":/src "$docker_image":"$docker_tag" /bin/bash -c "
mkdir build && cd build;
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig && cmake -DCMAKE_BUILD_TYPE=Release /src
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig && cmake -DCMAKE_BUILD_TYPE=Release /src;
cmake --build .;
chmod +x tg2sip;
chmod +x gen_db;