diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 267a91f0..00000000 --- a/.drone.yml +++ /dev/null @@ -1,38 +0,0 @@ -kind: pipeline -name: Build (Arch) - -platform: - os: linux - arch: amd64 - -steps: -- name: Fetch Submodules - image: alpine/git - commands: - - git submodule init - - git submodule update --recursive - -- name: Generate versions.c - image: node:16 - commands: - - npm install --prefix scripts - - scripts/generate-versions.mjs - -- name: Build (Ubuntu Linux) - image: abcminiuser/docker-ci-arm-toolchain:latest - pull: always - commands: - - export CI_BUILD=1 - - export VERBOSE=1 - - make -j -C left DEBUG=1 - - make -j -C left DEBUG=0 - - make -j -C right/uhk60v1 DEBUG=1 - - make -j -C right/uhk60v1 DEBUG=0 - - make -j -C right/uhk60v2 DEBUG=1 - - make -j -C right/uhk60v2 DEBUG=0 - - make -j -C keycluster DEBUG=1 - - make -j -C keycluster DEBUG=0 - - make -j -C trackball DEBUG=1 - - make -j -C trackball DEBUG=0 - - make -j -C trackpoint DEBUG=1 - - make -j -C trackpoint DEBUG=0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0edfc5c8..c0768713 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,7 +150,7 @@ void LedDriver_WriteBuffer(uint8_t i2cAddress, uint8_t buffer[], uint8_t size); ## Semantics -The build process must not yield any warnings, and the build must pass [on on the current CI build platform](https://cloud.drone.io/UltimateHackingKeyboard/firmware). +The build process must not yield any warnings, and the build must pass on on the current CI build platform. ## Clang format diff --git a/README.md b/README.md index 866cc901..5bb4ecc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ultimate Hacking Keyboard firmware -[![Build Status](https://cloud.drone.io/api/badges/UltimateHackingKeyboard/firmware/status.svg)](https://cloud.drone.io/UltimateHackingKeyboard/firmware) +[![CI](https://github.com/UltimateHackingKeyboard/firmware/actions/workflows/ci.yml/badge.svg)](https://github.com/UltimateHackingKeyboard/firmware/actions/workflows/ci.yml) This repository hosts the firmware of the [Ultimate Hacking Keyboard](https://ultimatehackingkeyboard.com/).