Skip to content

Commit

Permalink
Added CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Teeed authored Feb 12, 2020
2 parents 10143b3 + b68f91e commit 6a89a0e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Compile

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: make
uses: docker://teeed/stm32-toolchain-make-action
- name: Move artifacts
run: mkdir artifacts && cp build/canpybara.bin build/canpybara.hex build/canpybara.elf artifacts/
- name: Upload artifacts
uses: actions/[email protected]
with:
name: binaries
path: artifacts

0 comments on commit 6a89a0e

Please sign in to comment.