Skip to content
Snippets Groups Projects
Verified Commit 42cc5c2f authored by Zoe Michaela Dietmar Pfister's avatar Zoe Michaela Dietmar Pfister :gay_pride_flag:
Browse files

add .gitlab-ci.yml

parent 17adcdcd
No related branches found
No related tags found
1 merge request!39Merge Develop into Main
Pipeline #101009 failed
image: platformio/platformio:latest
stages:
- build
build-client-central-mast:
stage: build
script:
- cd client/client_central_mast && platformio run
build-client-mock:
stage: build
script:
- cd client/client_mock && platformio run
build-client-satellite:
stage: build
script:
- cd client/client_satellite && platformio run
build-client-esp-cam:
stage: build
script:
- cd client/ESPcam && platformio run
build-host-central-mast:
stage: build
script:
- cd host/host_central_mast && platformio run
\ No newline at end of file
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