Skip to content

Commit

Permalink
ci: shippable: troubleshoot xtest issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Forissier <[email protected]>
  • Loading branch information
jforissier committed Oct 10, 2017
1 parent b4121bf commit 5832c4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build:
- export CCACHE_DIR=${SHIPPABLE_BUILD_DIR}/.ccache
- function _make() { make -j$(getconf _NPROCESSORS_ONLN) -s $* && ccache -s && ccache -z; }
- ccache -z
- (cd ${SHIPPABLE_BUILD_DIR}; git describe --always)

#
# Checkpatch
Expand Down Expand Up @@ -171,7 +172,8 @@ build:
cd ${SHIPPABLE_BUILD_DIR}/optee_repo_qemu/qemu &&
git submodule update --init dtc &&
rm -rf ${SHIPPABLE_BUILD_DIR}/optee_repo_qemu/optee_os &&
ln -s ${SHIPPABLE_BUILD_DIR} ${SHIPPABLE_BUILD_DIR}/optee_repo_qemu/optee_os;
ln -s ${SHIPPABLE_BUILD_DIR} ${SHIPPABLE_BUILD_DIR}/optee_repo_qemu/optee_os &&
(cd ${SHIPPABLE_BUILD_DIR}/optee_repo_qemu/optee_os; git describe --always)
# Run xtest in QEMU
- >
cd ${SHIPPABLE_BUILD_DIR}/optee_repo_qemu/build &&
Expand Down

0 comments on commit 5832c4e

Please sign in to comment.