Skip to content
Snippets Groups Projects
Commit 6d88f091 authored by schneider's avatar schneider
Browse files

fix(ci): Update ci for meson

parent 89a97df3
Branches
Tags
No related merge requests found
...@@ -3,33 +3,11 @@ image: "debian" ...@@ -3,33 +3,11 @@ image: "debian"
build: build:
stage: build stage: build
before_script: before_script:
- apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip - apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip meson
- pip3 install crc16 - pip3 install crc16
script: script:
- cd bootloader - cd bootloader
- make - make
- cd .. - cd ..
- cd Hello_World - meson --cross-file card10-cross.ini build/
- ./build_image - ninja -C build/
- cd ..
- cd Hello_World_FreeRTOS
- ./build_image
- cd ..
- cd ble
- ./build_image
- cd ..
- cd bmatest
- ./build_image
- cd ..
- cd bmetest
- ./build_image
- cd ..
- cd ecgtest
- ./build_image
- cd ..
- cd imutest
- ./build_image
- cd ..
- cd ips
- ./build_image
- cd ..
...@@ -59,7 +59,7 @@ endif ...@@ -59,7 +59,7 @@ endif
# This is the path to the CMSIS root directory # This is the path to the CMSIS root directory
ifeq "$(MAXIM_PATH)" "" ifeq "$(MAXIM_PATH)" ""
LIBS_DIR=../sdk/Libraries LIBS_DIR=../lib/sdk/Libraries
else else
LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries) LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment