Skip to content
Snippets Groups Projects
.gitlab-ci.yml 487 B
Newer Older
stages:
    - prepare
    - build
    - test

variables:
    GIT_SUBMODULE_STRATEGY: normal

kelvin-node-schedule:
    stage: build
    tags:
alexandr.kravchenko's avatar
alexandr.kravchenko committed
    - cellframe-node
    only:
    - master
    - /^release.*$/
    script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-node 

kelvin-node-test:
    stage: build
    tags:
    - cellframe-node
    except:
    - master
    - /^release.*$/
    script: ~/production/integration/gitlab-CI/build_test_handler.sh cellframe-node