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

fix(ci): Update ci for meson

parent 89a97df3
No related branches found
No related tags found
No related merge requests found
......@@ -3,33 +3,11 @@ image: "debian"
build:
stage: build
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
script:
- cd bootloader
- make
- cd ..
- cd Hello_World
- ./build_image
- 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 ..
- meson --cross-file card10-cross.ini build/
- ninja -C build/
......@@ -59,7 +59,7 @@ endif
# This is the path to the CMSIS root directory
ifeq "$(MAXIM_PATH)" ""
LIBS_DIR=../sdk/Libraries
LIBS_DIR=../lib/sdk/Libraries
else
LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
endif
......
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