Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# yaml merge-expand .travis.yml exp.yml && diff -b -u .travis.yml exp.yml

language: c
# Ubuntu 20.04 LTS
dist: focal

git:
depth: false
Expand Down Expand Up @@ -49,13 +51,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 +90,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