Skip to content

Commit

Permalink
Merge pull request torvalds#340 from libos-nuse/fix-checkpath-take2
Browse files Browse the repository at this point in the history
lkl: fix patch style test timing on circleci
  • Loading branch information
tavip authored Mar 24, 2017
2 parents be0ea3f + 8abdbd9 commit a063e16
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 a063e16

Please sign in to comment.