Skip to content

Commit

Permalink
lkl: fix patch style test timing on circleci
Browse files Browse the repository at this point in the history
so that a test can continue after checkpatch error/warning.

Fixes: 8bee548a9a92 ("lkl: fix checkpatch test timing on circleci")
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed Feb 23, 2017
1 parent ddc34f7 commit 8abdbd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- /usr/local/android-ndk/build/tools/make-standalone-toolchain.sh --platform=android-21 --install-dir=/home/ubuntu/android-toolchain --arch=arm
- sudo cp tools/lkl/bin/i686-w64-mingw32-* /usr/bin:
parallel: true
- tools/lkl/scripts/checkpatch.sh
- git fetch --tags git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
override:
- mkdir -p ~/.ccache
- cd tools/lkl && make clean:
Expand All @@ -33,6 +33,8 @@ dependencies:


test:
pre:
- tools/lkl/scripts/checkpatch.sh
override:
- cd tools/lkl && if [ $CIRCLE_NODE_INDEX -eq 2 ] ; then make tests/boot-in.o; arm-linux-androideabi-gcc -o tests/boot tests/boot-in.o liblkl.a -static ; fi:
parallel: true
Expand Down

0 comments on commit 8abdbd9

Please sign in to comment.