Skip to content

Instantly share code, notes, and snippets.

@Iyemon-018
Created January 24, 2019 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Iyemon-018/38f817a1c600c6f8591a4cea1c2147fd to your computer and use it in GitHub Desktop.
Save Iyemon-018/38f817a1c600c6f8591a4cea1c2147fd to your computer and use it in GitHub Desktop.
ErgoDox EZ のキーマップをCircle CI でビルドするための設定ファイル
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run:
name: docker build
command: util/docker_build.sh ergodox_ez:default
- store_artifacts:
path: .build/ergodox_ez_default.hex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment