Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • algorithms-library-toolkit/automata-library
  • fortmare/automata-library
  • wijnhjan/automata-library
  • zelenm14/automata-library
  • gregofi1/automata-library
  • slavim17/automata-library
6 results
Show changes
Commits on Source (1)
...@@ -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/infrastructure/ci-docker-images/alt-builder:latest image: ${CI_REGISTRY}/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/infrastructure/ci-docker-images/alt-builder:latest image: ${CI_REGISTRY}/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/infrastructure/ci-docker-images/alt-builder:latest image: ${CI_REGISTRY}/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
......