Skip to content

Commit

Permalink
CI service: Update to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanthom committed Aug 14, 2022
1 parent 50b343d commit 20a5e5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .builds/alpine.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
image: alpine/edge
packages:
- python2
- python3
- make
- gcc-arm-none-eabi
- newlib-arm-none-eabi
sources:
- https://github.com/jeanthom/dirtyjtag
tasks:
- setup: |
- setup-system: |
ln -sf python3 /usr/bin/python
- setup-sources: |
cd dirtyjtag
git submodule init
git submodule update
Expand Down

0 comments on commit 20a5e5d

Please sign in to comment.