Skip to content
Snippets Groups Projects
Commit 2f1af3ea authored by minute's avatar minute
Browse files

Merge branch 'gitlab-ci' into 'master'

add .gitlab-ci.yml

See merge request reform/reform!41
parents a55fa397 212e3106
Branches master
Tags
No related merge requests found
Pipeline #962 passed
image: debian:unstable-slim
build:
artifacts:
paths:
- reform2-keyboard-fw/keyboard.hex
- reform2-trackball-fw/Mouse.hex
- reform2-trackpad-fw/Mouse.hex
- reform2-lpc-fw/bin/firmware.bin
script: |
apt update
apt-get --no-install-recommends -y install build-essential avr-libc gcc-avr gcc-arm-none-eabi libnewlib-arm-none-eabi
make -C reform2-keyboard-fw
make -C reform2-trackball-fw
make -C reform2-trackpad-fw
make -C reform2-lpc-fw lpcrc
make -C reform2-lpc-fw
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment