Skip to content

Commit

Permalink
.travis.yml: Add Rockchip RK322X
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
JosephChen2017 authored and jforissier committed Jul 26, 2017
1 parent d6b8c39 commit d4c2757
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ script:
- $make PLATFORM=rpi3
- $make PLATFORM=rpi3 CFG_ARM64_core=y

# Rockchip RK322X
- $make PLATFORM=rockchip-rk322x
- $make PLATFORM=rockchip-rk322x CFG_TEE_CORE_LOG_LEVEL=4 DEBUG=1

# Run regression tests (xtest in QEMU)
- (cd ${HOME}/optee_repo/build && $make check CROSS_COMPILE="ccache arm-linux-gnueabihf-" AARCH32_CROSS_COMPILE=arm-linux-gnueabihf- CFG_TEE_CORE_DEBUG=y DUMP_LOGS_ON_ERROR=1)

Expand Down

0 comments on commit d4c2757

Please sign in to comment.