Skip to content
Snippets Groups Projects
Commit f1a9d350 authored by Karsten Suehring's avatar Karsten Suehring
Browse files

Merge branch 'autobuild_update' into 'master'

add YAML file for GitLab CI process

See merge request jct-vc/HM!17
parents f672feae c8110c78
No related branches found
No related tags found
No related merge requests found
stages:
- build
.build_template:
stage: build
script:
- make realclean
- make all
only:
refs:
- master
- merge_requests
variables:
- $CI_PROJECT_URL == 'https://vcgit.hhi.fraunhofer.de/jct-vc/HM'
build_macos:
extends: .build_template
tags:
- macos
build_ubuntu1604:
extends: .build_template
tags:
- ubuntu1604
build_ubuntu1804:
extends: .build_template
tags:
- ubuntu1804
build_ubuntu1804-gcc8:
extends: .build_template
script:
- make realclean
- make all toolset=gcc-8
tags:
- ubuntu1804-gcc8
build_vc1900:
extends: .build_template
tags:
- vc1900
build_vc191x:
extends: .build_template
tags:
- vc191x
build_vc192x:
extends: .build_template
tags:
- vc192x
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