Skip to content
Snippets Groups Projects
Commit 49c62f37 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 7c4d007e
No related branches found
No related tags found
No related merge requests found
Pipeline #7684 failed
......@@ -13,7 +13,9 @@ default:
# Optional: Install a C compiler, cmake and git into the container.
# You will often need this when you (or any of your dependencies) depends on C code.
#before_script:
before_script:
# avoid /n -> /r/n conversion on windows
- git config --global core.autocrlf false
# - apt-get update -yqq
# - apt-get install -yqq --no-install-recommends build-essential
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment