Skip to content
Snippets Groups Projects
Commit 39938432 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

CI: first step towards using GitLab CI in EDDIE


For now this will only build eddie and provide feedback on merge requests.
Different compilers, sanitizers and unit tests are planned for the future.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 9ba36124
No related branches found
No related tags found
No related merge requests found
default:
interruptible: true
stages:
- build
image: gcc
build:
stage: build
before_script:
- apt update && apt -y install make cmake libcoap3-dev
script:
- mkdir build && cd build
- cmake .. && make
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