Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Fixed CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wldhg committed Jan 13, 2020
1 parent b90422a commit f062d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dist: bionic
cache: ccache

git:
depth: 10
depth: 1
quiet: false

if: tag IS blank
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ function build {
exec 3> >(tee build.log)
export LOCALVERSION="${gitbranch}"
#MAKEFLAGS="V=1"
make -T2 ${MAKEFLAGS} ${CFLAGS} 2>&3 #&& make modules_install 2>&3
make -j2 ${MAKEFLAGS} ${CFLAGS} 2>&3 #&& make modules_install 2>&3
ret=$?
exec 3>&-

Expand Down Expand Up @@ -576,7 +576,7 @@ function build {

echo "build uImage without appended DTB..."
export DTC_FLAGS=-@
make -T2 ${CFLAGS} CONFIG_ARM_APPENDED_DTB=n &>/dev/null #output/errors can be ignored because they are printed before
make -j2 ${CFLAGS} CONFIG_ARM_APPENDED_DTB=n &>/dev/null #output/errors can be ignored because they are printed before
ret=$?
if [[ $ret == 0 ]]; then
cp arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dtb $board.dtb
Expand Down

0 comments on commit f062d93

Please sign in to comment.