Skip to content

Commit

Permalink
.github/workflows/travis-ci.yml: Comment out teensy port for now.
Browse files Browse the repository at this point in the history
Broken due to vendor HAL include ordering issue. Up to port maintainer
to fix.

Change-Id: I6caab34dbc2028162898f94fd120b8d32583d596
Signed-off-by: Paul Sokolovsky <[email protected]>
  • Loading branch information
pfalcon committed Jan 16, 2021
1 parent e2277af commit 4f41cdc
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/travis-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,22 +601,22 @@ jobs:
make ${MAKEOPTS} -C ports/samd submodules
make ${MAKEOPTS} -C ports/samd
teensy-port-build:
runs-on: ubuntu-16.04
steps:
- name: Clone
uses: actions/checkout@v2
- name: Add ~/bin:~/.local/bin to PATH
run: |
echo ~/bin >> $GITHUB_PATH
echo ~/.local/bin >> $GITHUB_PATH
# install
- run: |
sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
# script
- run: |
make ${MAKEOPTS} -C ports/teensy
# teensy-port-build:
# runs-on: ubuntu-16.04
# steps:
# - name: Clone
# uses: actions/checkout@v2
# - name: Add ~/bin:~/.local/bin to PATH
# run: |
# echo ~/bin >> $GITHUB_PATH
# echo ~/.local/bin >> $GITHUB_PATH
#
# # install
# - run: |
# sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
# # script
# - run: |
# make ${MAKEOPTS} -C ports/teensy

powerpc-port-build:
runs-on: ubuntu-16.04
Expand Down

0 comments on commit 4f41cdc

Please sign in to comment.