From 3076f86dc11d346d07c63e5fb11702817d7034e7 Mon Sep 17 00:00:00 2001 From: Jacob Jerrell Date: Sun, 6 Dec 2020 00:30:27 -0600 Subject: Bocaj - Third Annual Refactor (Redux) (#10295) * Reset everything to upstream, reapply Bocaj changes * Bocaj - address PR comments * Just in time changes * Bocaj - Several adjustments after using the layout for a while --- users/bocaj/.gitlab-ci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 users/bocaj/.gitlab-ci.yml (limited to 'users/bocaj/.gitlab-ci.yml') diff --git a/users/bocaj/.gitlab-ci.yml b/users/bocaj/.gitlab-ci.yml new file mode 100644 index 0000000000..71e3d26eb4 --- /dev/null +++ b/users/bocaj/.gitlab-ci.yml @@ -0,0 +1,24 @@ +stages: + - test + +QMK Firmware: + stage: test + variables: + GIT_SUBMODULE_STRATEGY: recursive + tags: + - linux + image: qmkfm/base_container + before_script: + - apt-get update -qy + - apt-get install -y build-essential avr-libc binutils-arm-none-eabi binutils-avr dfu-programmer dfu-util gcc gcc-arm-none-eabi git libnewlib-arm-none-eabi gcc-avr python3 unzip wget zip + - avr-gcc --version + - uname -a + script: + - make planck/rev6:default planck/rev5:default + - make all:bocaj -j2 + artifacts: + name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" + paths: + - ./*.hex + - ./*.bin + expire_in: 1 month -- cgit v1.2.3