diff options
author | Pierre Grandin <grandinp@altern.org> | 2016-01-04 11:33:45 +0100 |
---|---|---|
committer | Pierre Grandin <grandinp@altern.org> | 2016-01-04 11:33:45 +0100 |
commit | dd6bf1368ca94cbd8fc0d7693c0aea44d365bf7a (patch) | |
tree | 290f07347d1e398dbf865076fee02a0e613a7d5c /ci | |
parent | 21aee700b3c07d62d0bc2604818e597dc2d96011 (diff) | |
download | navit-dd6bf1368ca94cbd8fc0d7693c0aea44d365bf7a.tar.gz |
Archive the xpms from the linux build on CIR6511
Diffstat (limited to 'ci')
-rw-r--r-- | ci/build_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_linux.sh b/ci/build_linux.sh index 9d2b9add0..4f90d5d98 100644 --- a/ci/build_linux.sh +++ b/ci/build_linux.sh @@ -17,5 +17,5 @@ else mkdir bin && cd bin cmake ../ -Dgraphics/qt_qpainter:BOOL=FALSE -Dgui/qml:BOOL=FALSE -DSVG2PNG:BOOL=FALSE -DSAMPLE_MAP=n|| exit -1 make || exit -1 - cp -r navit/xpm $CIRCLE_ARTIFACTS fi +cp -r navit/xpm $CIRCLE_ARTIFACTS |