Skip to content
Snippets Groups Projects
Commit 80eaaa3b authored by mkirsz's avatar mkirsz
Browse files

Update .gitlab-ci.yml file

parent 50370bbe
No related branches found
No related tags found
No related merge requests found
Pipeline #33143 passed
Pipeline: MD

#33146

    Pipeline: MLIP

    #33145

      ...@@ -16,21 +16,8 @@ before_script: ...@@ -16,21 +16,8 @@ before_script:
      - mkdir -p ${DEBUG_DIR} - mkdir -p ${DEBUG_DIR}
      - export OMP_NUM_THREADS=${CPU_SIM} - export OMP_NUM_THREADS=${CPU_SIM}
      build-debug-core:
      stage: build
      script:
      - rm -rf ../CORE
      - git clone https://git.ecdf.ed.ac.uk/tadah/core.git ../CORE
      - cd ../CORE
      - mkdir -p ${DEBUG_DIR}
      - cd ${DEBUG_DIR}
      - cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -fsanitize=address -Wall -Wpedantic -pedantic-errors -Wextra --coverage"
      - make -j ${CPU_BUILD}
      build-debug: build-debug:
      stage: build stage: build
      needs:
      - job: build-debug-core
      script: script:
      - cd ${DEBUG_DIR} - cd ${DEBUG_DIR}
      - cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -fsanitize=address -Wall -Wpedantic -pedantic-errors -Wextra --coverage" - cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -fsanitize=address -Wall -Wpedantic -pedantic-errors -Wextra --coverage"
      ......
      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