Merge branch 'hotfix/remove_fc_smart_ref' into develop

This commit is contained in:
Serki 2020-10-18 23:14:11 +02:00
commit e3edce2900

View file

@ -18,7 +18,7 @@ build:
- rm -rf build
- mkdir build
- cd build
- cmake ..
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j$(nproc)
artifacts:
untracked: true