Ecran double sur port I2C
Dependencies: Adafruit_GFX TextLCD
.circleci/config.yml@4:b823c5f2780e, 2022-05-30 (annotated)
- Committer:
- diltech
- Date:
- Mon May 30 00:27:58 2022 -0400
- Branch:
- develop
- Revision:
- 4:b823c5f2780e
- Parent:
- 0:9a306207c5b2
revision
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
diltech | 0:9a306207c5b2 | 1 | # Python CircleCI 2.0 configuration file |
diltech | 0:9a306207c5b2 | 2 | # |
diltech | 0:9a306207c5b2 | 3 | # Check https://circleci.com/docs/2.0/language-python/ for more details |
diltech | 0:9a306207c5b2 | 4 | # |
diltech | 0:9a306207c5b2 | 5 | version: 2 |
diltech | 0:9a306207c5b2 | 6 | jobs: |
diltech | 0:9a306207c5b2 | 7 | build: |
diltech | 0:9a306207c5b2 | 8 | docker: |
diltech | 0:9a306207c5b2 | 9 | - image: mbedos/mbed-os-env:stable |
diltech | 0:9a306207c5b2 | 10 | working_directory: ~ |
diltech | 0:9a306207c5b2 | 11 | steps: |
diltech | 0:9a306207c5b2 | 12 | - checkout: |
diltech | 0:9a306207c5b2 | 13 | path: mbed-os-example-blinky |
diltech | 0:9a306207c5b2 | 14 | - run: | |
diltech | 0:9a306207c5b2 | 15 | cd mbed-os-example-blinky |
diltech | 0:9a306207c5b2 | 16 | mbed deploy |
diltech | 0:9a306207c5b2 | 17 | mbed compile -t GCC_ARM -m K64F |
diltech | 0:9a306207c5b2 | 18 |