From 513cb454b0f942410f6ec5808e5a042ea5dc03a0 Mon Sep 17 00:00:00 2001 From: vanyabeat Date: Mon, 11 Mar 2024 21:00:05 +0300 Subject: [PATCH] ADD: CI + Stable rotations (without shunt resistors) FIX: file CI FIX2: Fixing the CI/CD pipeline for the firmware FIX:2 --- firmware/.gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/firmware/.gitlab-ci.yml b/firmware/.gitlab-ci.yml index 35d3b2b..eef7b95 100644 --- a/firmware/.gitlab-ci.yml +++ b/firmware/.gitlab-ci.yml @@ -4,15 +4,17 @@ stages: - build before_script: + - cd firmware - pip install -U platformio - pio update build: stage: build script: + - pwd - pio run artifacts: paths: - - .pio/build/robotroller/firmware.elf - - .pio/build/robotroller/firmware.bin + - firmware/.pio/build/robotroller_reborn/firmware.elf + - firmware/.pio/build/robotroller_reborn/firmware.bin expire_in: 1 week