Skip to content
Snippets Groups Projects
.gitlab-ci.yml 394 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
    
    rahix's avatar
    rahix committed
            - apt install -y -qq gcc-arm-none-eabi python3-pip git
    
            - apt install -y -qq -t stretch-backports meson
    
    schneider's avatar
    schneider committed
            - pip3 install crc16
    
    rahix's avatar
    rahix committed
            - ./bootstrap.sh
    
    schneider's avatar
    schneider committed
            - ninja -C build/