Skip to content
Snippets Groups Projects
Unverified Commit 178d06c0 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Update CI images paths

Recently we moved infrastructure repositories under a new path. Docker
registries have therefore moved too.  Reflect this in our CI settings.
parent 59ed12c1
No related branches found
No related tags found
1 merge request!167Infra update
...@@ -68,7 +68,7 @@ stages: ...@@ -68,7 +68,7 @@ stages:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
   
.config:builder: &distro_builder .config:builder: &distro_builder
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/ci-docker-images/alt-builder:latest image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
   
.build:builder: .build:builder:
<<: *distro_builder <<: *distro_builder
...@@ -101,7 +101,7 @@ test:builder:clang-sanitizers: ...@@ -101,7 +101,7 @@ test:builder:clang-sanitizers:
# doc # doc
   
build:doc: build:doc:
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/ci-docker-images/alt-builder:latest image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
stage: build stage: build
before_script: before_script:
- apt-get update && apt-get install -y doxygen graphviz - apt-get update && apt-get install -y doxygen graphviz
...@@ -119,7 +119,7 @@ build:doc: ...@@ -119,7 +119,7 @@ build:doc:
   
.template:static-analysis: .template:static-analysis:
stage: build stage: build
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/ci-docker-images/alt-builder:latest image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
before_script: before_script:
- mkdir -p build && pushd build - mkdir -p build && pushd build
- cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. -GNinja - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. -GNinja
......
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