fixed reference to gitlab in ci
This commit is contained in:
parent
e1f809079e
commit
7b13512b41
4 changed files with 81 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ set -e
|
|||
|
||||
ccache -s
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
mkdir build || true && cd build
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ set -e
|
|||
|
||||
ccache -s
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
mkdir build || true && cd build
|
||||
cmake .. \
|
||||
-DBoost_USE_STATIC_LIBS=ON \
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ set -e
|
|||
|
||||
ccache -s
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
rm -rf build
|
||||
mkdir -p build && cd build
|
||||
/usr/bin/x86_64-w64-mingw32-cmake .. \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue