summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml15
1 files changed, 12 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2ef6aaad7..8c06797a0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,10 +10,19 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
- - name: failed
+ #- name: Docker ESP-IDF
+ # run: docker pull espressif/idf:latest
+
+ - name: Checkout TinyUSB
+ uses: actions/checkout@v2
+ with:
+ submodules: 'false'
+
+ - name: Build
run: |
- docker --version
- docker pull espressif/idf:latest
+ cd examples/device/cdc_msc_freertos
+ docker run --rm -v $PWD:/project -w /project espressif/idf:latest idf.py build
+ #python3 tools/build_esp32s.py
exit 1
# Unit testing with Ceedling