Loading .gitlab/ci/ubuntu_cpp.gitlab-ci.yml +18 −16 Original line number Diff line number Diff line Loading @@ -6,20 +6,10 @@ include: # BUILD #################################################################################################### ############################### # BUILD TEMPLATE .build:ubuntu_cpp:template: stage: build needs: [] rules: - allow_failure: false extends: .build:variable:aidge_install tags: - docker .setup:build:ubuntu_cpp: before_script: # Download dependencies - !reference [.retrieve_deps:apt, script] - DEPENDENCY_JOB="$CI_JOB_NAME" - !reference [.ubuntu:download:artifacts, before_script] # Build current module Loading @@ -29,6 +19,18 @@ include: - echo ${AIDGE_INSTALL/"../"} - mkdir -p ${AIDGE_INSTALL/"../"} # strips the variable of "../" ############################### # BUILD TEMPLATE .build:ubuntu_cpp:template: stage: build needs: [] rules: - allow_failure: false extends: - .build:variable:aidge_install - .setup:build:ubuntu_cpp tags: - docker artifacts: expire_in: 3 days paths: Loading Loading
.gitlab/ci/ubuntu_cpp.gitlab-ci.yml +18 −16 Original line number Diff line number Diff line Loading @@ -6,20 +6,10 @@ include: # BUILD #################################################################################################### ############################### # BUILD TEMPLATE .build:ubuntu_cpp:template: stage: build needs: [] rules: - allow_failure: false extends: .build:variable:aidge_install tags: - docker .setup:build:ubuntu_cpp: before_script: # Download dependencies - !reference [.retrieve_deps:apt, script] - DEPENDENCY_JOB="$CI_JOB_NAME" - !reference [.ubuntu:download:artifacts, before_script] # Build current module Loading @@ -29,6 +19,18 @@ include: - echo ${AIDGE_INSTALL/"../"} - mkdir -p ${AIDGE_INSTALL/"../"} # strips the variable of "../" ############################### # BUILD TEMPLATE .build:ubuntu_cpp:template: stage: build needs: [] rules: - allow_failure: false extends: - .build:variable:aidge_install - .setup:build:ubuntu_cpp tags: - docker artifacts: expire_in: 3 days paths: Loading