Skip to content
Snippets Groups Projects
.gitlab-ci.yml 473 B
Newer Older
  • Learn to ignore specific revisions
  • image: "debian"
    
    build:
        stage: build
        before_script:
    
            - echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
            - apt update -qq
            - apt install -y -qq gcc-arm-none-eabi python3-pip
    
            - apt install -y -qq -t stretch-backports meson
    
    schneider's avatar
    schneider committed
            - pip3 install crc16
    
        script:
            - cd bootloader
            - make
            - cd ..
    
    schneider's avatar
    schneider committed
            - meson --cross-file card10-cross.ini build/
            - ninja -C build/