From 38017426aaac02e1223d045f0ea7b695f8a022c0 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Fri, 26 Feb 2016 12:38:35 -0500 Subject: [PATCH] CircleCI update. --- Makefile | 2 ++ circle.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c5fd059..2ddab10c 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ xgen_gdl90: go build $(BUILDINFO) main/gen_gdl90.go main/traffic.go main/ry835ai.go main/network.go main/managementinterface.go main/sdr.go main/uibroadcast.go main/monotonic.go xdump1090: + git rm --cached dump1090 git submodule update --init cd dump1090 && make @@ -25,6 +26,7 @@ xdump978: sudo cp -f ./libdump978.so /usr/lib/libdump978.so xlinux-mpu9150: + git rm --cached linux-mpu9150 git submodule update --init cd linux-mpu9150 && make -f Makefile-native-shared diff --git a/circle.yml b/circle.yml index 97171258..26932acf 100644 --- a/circle.yml +++ b/circle.yml @@ -7,7 +7,7 @@ dependencies: pre: - sudo apt-get update; sudo apt-get install libusb-1.0-0-dev; cd ~/; git clone https://github.com/steve-m/librtlsdr.git; cd librtlsdr; mkdir build; cd build; cmake ../; make; sudo make install; sudo ldconfig; cd ~/; mkdir gopath; cd ~/; mkdir gopath; wget https://storage.googleapis.com/golang/go1.5.1.src.tar.gz; tar -zxvf go1.5.1.src.tar.gz; cd go/src; export GOROOT_BOOTSTRAP=/usr/local/go; ./make.bash; echo $PATH; echo $GOPATH; go version; env override: - - rm -rf dump1090 linux-mpu9150 ; git submodule update --init && make + - make post: - rm -rf ~/.git ~/stratux