Skip to content
Snippets Groups Projects
Commit adc873f4 authored by Colton Glick's avatar Colton Glick Committed by C-Glick
Browse files

Update .gitlab-ci.yml file

parent 4cb35bf6
No related branches found
No related tags found
No related merge requests found
...@@ -4,22 +4,27 @@ stages: ...@@ -4,22 +4,27 @@ stages:
- build - build
- unit_tests - unit_tests
setup_job: build:
stage: build stage: build
script: script:
- pwd - pwd
- ls - ls
- git submodule sync - git submodule sync
- git submodule update --init --recursive - git submodule update --init --recursive
build_job:
stage: build
script:
- cd crazyflie_software/crazyflie-firmware-2021.06/ - cd crazyflie_software/crazyflie-firmware-2021.06/
- make PLATFORM=cf2 - make PLATFORM=cf2
artifacts:
paths:
- crazyflie_software/crazyflie-firmware-2021.06/cf2.bin
expire_in: 1 year
unit_tests_job: unit_tests:
stage: unit_tests stage: unit_tests
script: script:
- echo "TODO" - pwd
- ls
- git submodule sync
- git submodule update --init --recursive
- cd crazyflie_software/crazyflie-firmware-2021.06/
- ./tools/build/build PLATFORM=cf2 UNIT_TEST_STYLE=min
\ 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