kind: pipeline type: kubernetes name: default steps: - name: submodules image: alpine/git commands: - git submodule update --recursive --init - name: build image: registry.aws.minori.work/imi415/arm-none-toolchain:latest commands: - mkdir build - cd build - cmake -DCMAKE_TOOLCHAIN_FILE=arm-none-eabi.cmake .. - make STM32H750XB_Hello_RAM.elf image_pull_secrets: - pull-secret