We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f4ea0 commit 4843419Copy full SHA for 4843419
1 file changed
debian/rules
@@ -10,15 +10,6 @@ build-indep:
10
# nothing to be done
11
12
build-arch:
13
-ifeq ($(CI),)
14
- echo "Not CI, hopefully launchpad. Cloning submodules manually..."
15
- rm -rf dropbox/{*,.*}
16
- rm -rf dropbox
17
- mkdir -p dropbox/json11
18
- git clone https://git.launchpad.net/~dqrobotics-dev/dqrobotics/+git/dropbox-json11 dropbox/json11
19
-else
20
- echo "CI detected, skipping manual submodule load"
21
-endif
22
mkdir -p $(BUILDDIR);
23
cd $(BUILDDIR); cmake -DCMAKE_CXX_FLAGS="-fdebug-prefix-map=$(shell pwd)/src/=/usr/src/ -fdebug-prefix-map=$(shell pwd)/include/=/usr/include/" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=../debian/tmp/usr ..
24
make -C $(BUILDDIR)
0 commit comments