summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-08-25 12:47:59 -0700
committerPierre GRANDIN <grandinp@altern.org>2015-08-25 12:47:59 -0700
commit5271fac7faacaaf6e52e1391e21f06f7b88eb49e (patch)
tree9d913da069cf84bbc6373ae6dcd3f0b2ae309e49 /circle.yml
parentbb1b6f4f65d45e09375c687b124beaee4d6540d3 (diff)
downloadnavit-5271fac7faacaaf6e52e1391e21f06f7b88eb49e.tar.gz
Renamed linux build script for consistency, only build for coverity from trunk
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 741864643..e51f766bb 100644
--- a/circle.yml
+++ b/circle.yml
@@ -25,7 +25,7 @@ dependencies:
- sudo apt-get install libdbus-glib-1-dev
- sudo apt-get install g++
- bash ci/import_translations.sh
- - bash ci/build.sh
+ - bash ci/build_linux.sh
- sed -i '/INTEGER/d' bin/po/navit.pot
- cp bin/po/navit.pot $CIRCLE_ARTIFACTS/
- "curl \"https://translations.launchpad.net/navit/${CIRCLE_BRANCH}/+translations-upload\" -H \"$lp_cookie\" -H \"Referer: https://translations.launchpad.net/navit/${CIRCLE_BRANCH}/+translations-upload\" -F file=@bin/po/navit.pot | grep title"