summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorPierre GRANDIN <pgrandin@users.noreply.github.com>2017-01-01 13:50:55 -0800
committerGitHub <noreply@github.com>2017-01-01 13:50:55 -0800
commit37596b0863e5c821724fe65775eba5d66736b81b (patch)
tree7827f7d8b2fb59ff32eb0533ed13e46fb30c1006 /circle.yml
parent320a42e29f3ae0d56f35d12b653d36f3c688f4a9 (diff)
downloadnavit-37596b0863e5c821724fe65775eba5d66736b81b.tar.gz
Fix:CI:Improved linux tests (#196)R7181
* Moving linux tests to a script CircleCI parallelism does not guarantee that tests will run reliably on the same containers. This is causing issues for the linux tests, previously defined in the post section, that need to run on the same container as the linux build. * Fixed linux tests scripts path * Specifies full path to the linux test script * Bumping zlib to 1.2.9 for tomtom builds
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/circle.yml b/circle.yml
index 9ff4ee7a9..4b296a25c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -30,22 +30,6 @@ test:
parallel: true
files:
- ci/build_*.sh
- post:
- - sed -i -e 's@name="Local GPS" profilename="car" enabled="yes" active="1"@name="Local GPS" profilename="car" enabled="no" active="0"@' navit.xml:
- pwd: ~/linux-bin/navit/
- - sed -i -e 's@name="Demo" profilename="car" enabled="no" active="yes"@name="Demo" profilename="car" enabled="yes" active="yes" follow="1" refresh="1"@' navit.xml:
- pwd: ~/linux-bin/navit/
- - sed -i -e 's@type="internal" enabled@type="internal" fullscreen="1" font_size="350" enabled@' navit.xml:
- pwd: ~/linux-bin/navit/
- - sed -i -e 's@libbinding_dbus.so" active="no"@libbinding_dbus.so" active="yes"@' navit.xml:
- pwd: ~/linux-bin/navit/
- - ./navit:
- pwd: ~/linux-bin/navit/
- background: true
- - sleep 5
- - import -window root $CIRCLE_ARTIFACTS/default.png
- - python ci/dbus_tests.py $CIRCLE_TEST_REPORTS/
- - dbus-send --print-reply --session --dest=org.navit_project.navit /org/navit_project/navit/default_navit org.navit_project.navit.navit.quit
deployment:
merge_into_master:
branch: trunk