summaryrefslogtreecommitdiff
path: root/scripts/build_wince.sh
Commit message (Collapse)AuthorAgeFilesLines
* add:build:Android build and signing. Also add fastlane for metadata. Set ↵jkoan2020-03-041-0/+0
| | | | execute on scripts/*.sh
* Refactoring:cmake:from 2.6 to 3.2Bignaux Ronan2019-05-251-2/+2
|
* Refactoring:mingw:simplify toolchainBignaux Ronan2019-05-201-3/+9
|
* Refactoring:Xmlconfig:Moving layout definition in their own .xml file (makes ↵lains2018-11-181-0/+1
| | | | | | | | | | main navit.xml file lighter) (#559) Layouts contain quite heavy xml code, and there are many layouts available for navit. They are all inserted inside the main navit.xml, which makes it hard to edit because of its size, even if changes or customizations by users are very rarely on the layout code. I have thus moved the layout code away from navit.xml, each layout having its own xml definition file, called navit_layout_*.xml These files are inserted inside the main navit.xml file by using the already existing xi:include mechanism, this also allow for backwards compatibility (old monolithic navit.xml files are still valid and can be used). The other advantage for this is that f the user wants to have his/her own customized navit.xml, he/she can still include the shipped layout files, making their xml lighter. This also allow to enable/disable specific layouts easily by including or not each layout file. It is also easier to perform side-by-side comparison between two layout files.
* Fix:scripts:WinCE build script (remove sample map, add espeak-data) (#632)lains2018-07-151-5/+5
| | | | | | | | | | | | * Fixing WinCE build script Remove inclusion of sample map in zip package (which, in addition, fails currently because map server is down) Allow running script twice by performing cleanup on directories if already created Adding missing espeak-data to zip package (currently missing and makes navit speech synthesis fail on current WinCE builds) * Adding xslt processor to build env * Pre-filling <vehicle> tag for WinCE
* cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-251-1/+1
|
* change:ci:rename ci folder to scripts (#593)Joseph Herlant2018-05-241-0/+22