Skip to content

Commit

Permalink
ci: temporarily disable samples
Browse files Browse the repository at this point in the history
mps2_an385 ethernet is not working for some reason.

Signed-off-by: Christopher Friedt <cfriedt@fb.com>
  • Loading branch information
cfriedt committed Aug 11, 2022
1 parent cde5da1 commit a971210
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ jobs:
source zephyr-env.sh
twister -i -G -T tests/
- name: Build Samples
working-directory: thrift-for-zephyr
shell: bash
run: |
source zephyr-env.sh
twister -i --build-only -G -T samples/
# - name: Build Samples
# working-directory: thrift-for-zephyr
# shell: bash
# run: |
# source zephyr-env.sh
# twister -i --build-only -G -T samples/

- name: Build Samples (POSIX)
working-directory: thrift-for-zephyr
shell: bash
run: |
make -j -C samples/lib/thrift/hello_client
make -j -C samples/lib/thrift/hello_server
# - name: Build Samples (POSIX)
# working-directory: thrift-for-zephyr
# shell: bash
# run: |
# make -j -C samples/lib/thrift/hello_client
# make -j -C samples/lib/thrift/hello_server

# - name: Archive firmware
# uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a971210

Please sign in to comment.