Skip to content
Snippets Groups Projects
Commit 14127ab7 authored by pechmst1's avatar pechmst1
Browse files

ICT: Migrate to new CI repository

parent 6ff8fe45
Branches master
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ stages:
# -----------------------------------------------------------------------------
 
.config:builder: &distro_builder
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
image: ${CI_REGISTRY}/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
 
.build:builder:
<<: *distro_builder
......@@ -101,7 +101,7 @@ test:builder:clang-sanitizers:
# doc
 
build:doc:
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
image: ${CI_REGISTRY}/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
stage: build
before_script:
- apt-get update && apt-get install -y doxygen graphviz
......@@ -119,7 +119,7 @@ build:doc:
 
.template:static-analysis:
stage: build
image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
image: ${CI_REGISTRY}/algorithms-library-toolkit/infrastructure/ci-docker-images/alt-builder:latest
before_script:
- mkdir -p build && pushd build
- 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