From 95f491a57767d4d52e6d453f60c50cf50fbe41af Mon Sep 17 00:00:00 2001 From: Kristoffer Richardsson Date: Sat, 24 Nov 2018 08:17:41 +0100 Subject: [PATCH] #379 Added missing clean in travis file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b244fe100a..8ee933095f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,5 @@ script: - docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=cf2 DEBUG=1 LPS_TDOA3_ENABLE=1 "EXTRA_CFLAGS=-DLPS_2D_POSITION_HEIGHT=1.2 -DLPS_LONGER_RANGE" # Build the tag platform + - docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/make clean - docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=tag