ADD: added comments to entity library and changed drone.yml and removed some specific ide files

This commit is contained in:
hwinkel
2024-03-15 12:46:03 +01:00
parent 0ec7bb4c66
commit b5eb76771d
5 changed files with 74 additions and 75 deletions

View File

@@ -13,9 +13,9 @@ steps:
- name: build
image: kmaster.ti.unibw-hamburg.de:30808/debianbullseye
commands:
# - sed -i 's/ssh\\:..git@/https\\:\\/\\//' .gitmodules
# - sed -i 's/\:12000//' .gitmodules
# - git submodule update --init --recursive --jobs=4
- sed -i 's/ssh\\:..git@/https\\:\\/\\//' .gitmodules
- sed -i 's/\:12000//' .gitmodules
- git submodule update --init --recursive --jobs=4
- mkdir -p build && cd build
- CC=clang-11 CXX=clang++-11 cmake -DCMAKE_BUILD_TYPE=DEBUG ..
- make -j