Skip to content
Snippets Groups Projects
Verified Commit 52e64265 authored by Anne Jan Brouwer's avatar Anne Jan Brouwer :speech_balloon:
Browse files

Cleaner make in CI

parent afab363f
Branches
No related tags found
No related merge requests found
Pipeline #294 passed
...@@ -6,9 +6,7 @@ build: ...@@ -6,9 +6,7 @@ build:
- apt update -qq && apt install -y -qq gcc-arm-none-eabi python-pip - apt update -qq && apt install -y -qq gcc-arm-none-eabi python-pip
- pip install crc16 - pip install crc16
script: script:
- cd bootloader
- make - make
- cd ..
- cd Hello_World - cd Hello_World
- ./build_image - ./build_image
- cd .. - cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment