Skip to content

Commit

Permalink
Add CI service for sr.ht (dirtyjtag#93)
Browse files Browse the repository at this point in the history
* Remove old CI scripts

* Add builds.sr.ht scripts

Co-authored-by: Jean THOMAS <virgule@jeanthomas.me>
  • Loading branch information
jeanthom and jeanthom authored Dec 4, 2021
1 parent cfe8c04 commit 8a304be
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 37 deletions.
21 changes: 21 additions & 0 deletions .builds/alpine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
image: alpine/edge
packages:
- python2
- make
- gcc-arm-none-eabi
- newlib-arm-none-eabi
sources:
- https://github.com/jeanthom/dirtyjtag
tasks:
- setup: |
cd dirtyjtag
git submodule init
git submodule update
- build-targets: |
cd dirtyjtag
make PLATFORM=bluepill
make PLATFORM=stlinkv2
make PLATFORM=stlinkv2dfu
make PLATFORM=baite
make PLATFORM=olimexstm32h103
make PLATFORM=stlinkv2white
12 changes: 0 additions & 12 deletions .travis.sh

This file was deleted.

17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions build.sh

This file was deleted.

0 comments on commit 8a304be

Please sign in to comment.