Skip to content

Commit

Permalink
ci: Add more examples in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Feb 26, 2020
1 parent 927db3c commit 66b144e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ env:
- PLATFORMIO_PROJECT_DIR=examples/dhrystone
- PLATFORMIO_PROJECT_DIR=examples/whetstone
- PLATFORMIO_PROJECT_DIR=examples/helloworld
- PLATFORMIO_PROJECT_DIR=examples/demo_eclic
- PLATFORMIO_PROJECT_DIR=examples/demo_timer
- PLATFORMIO_PROJECT_DIR=examples/demo_dsp
- PLATFORMIO_PROJECT_DIR=examples/freertos_demo
- PLATFORMIO_PROJECT_DIR=examples/ucosii_demo

Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ environment:
- PLATFORMIO_PROJECT_DIR: "examples/dhrystone"
- PLATFORMIO_PROJECT_DIR: "examples/whetstone"
- PLATFORMIO_PROJECT_DIR: "examples/helloworld"
- PLATFORMIO_PROJECT_DIR: "examples/demo_eclic"
- PLATFORMIO_PROJECT_DIR: "examples/demo_timer"
- PLATFORMIO_PROJECT_DIR: "examples/demo_dsp"
- PLATFORMIO_PROJECT_DIR: "examples/freertos_demo"
- PLATFORMIO_PROJECT_DIR: "examples/ucosii_demo"

Expand Down

0 comments on commit 66b144e

Please sign in to comment.