Skip to content

Commit

Permalink
travis: fold long lines; fixes the last yamllint warnings
Browse files Browse the repository at this point in the history
yamllint clean.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Sep 21, 2020
1 parent 6e98d9d commit aa20048
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ jobs:
- &qemuboottest
stage: tests
script:
- sed -i $(($(grep "config HAVE_AGENT" -n src/platform/Kconfig | cut -f1 -d:)+2))"s/default y/default n/" src/platform/Kconfig
- sed -i $(($(grep "config HAVE_AGENT" -n src/platform/Kconfig |
cut -f1 -d:)+2))"s/default y/default n/" src/platform/Kconfig
- ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -r $PLATFORM
- ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM
env: PLATFORM='byt cht'
before_install:
- *docker-pull-sof
- docker pull thesofproject/sofqemu && docker tag thesofproject/sofqemu sofqemu
- docker pull thesofproject/sofqemu &&
docker tag thesofproject/sofqemu sofqemu

- <<: *qemuboottest
env: PLATFORM='bdw hsw'
Expand Down Expand Up @@ -86,7 +88,8 @@ jobs:
script:

# Show ALL warnings. Warnings don't cause doxygen to fail (yet).
- mkdir -p doxybuild && pushd doxybuild && cmake -GNinja -S ../doc && ninja -v doc
- mkdir -p doxybuild && pushd doxybuild && cmake -GNinja -S ../doc &&
ninja -v doc
- popd

# Build again (it's very quick) and report a failure in Travis if
Expand Down

0 comments on commit aa20048

Please sign in to comment.