before_script:
tags: - linux script:
- pwd - hostname # a job build_linux:
tags:
- linux
script: - mkdir build - cd build - cmake .. - make