Move demo git repo to other place

Signed-off-by: Huang Rui <vowstar@gmail.com>
pull/66/head
Huang Rui 2019-03-19 13:02:06 +08:00
parent 68f2da33e7
commit 38786f96de
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,7 @@ script:
- |
cd $TRAVIS_BUILD_DIR/src
cp -rf $TRAVIS_BUILD_DIR/kendryte-standalone-demo/* .
mv $TRAVIS_BUILD_DIR/kendryte-standalone-demo ~/demo
## Check example code
- |
for DIR in $(ls $TRAVIS_BUILD_DIR/src)
@ -71,4 +72,3 @@ script:
make || exit -1
fi
done