summaryrefslogtreecommitdiff
path: root/scripts/ci_sanity_checks.sh
Commit message (Collapse)AuthorAgeFilesLines
* cleanup:ci:Simplify the listing of files for sanity check (#929)Joseph Herlant2019-10-291-6/+1
|
* fix:circleci: do not download build environment for sanity check (#891)Stefan Wildemann2019-10-011-1/+1
| | | and reenable xml lint for all configurations shipped.
* Feature:Support USERPROFILE folder for Windows target (#758)OLFDB2019-09-251-1/+1
| | | | | * Rework:USERPROFILE for Windows Use extended environment_vars array for Windows. Use ~ to provide homedir for Windows using USERPROFILE.
* update:scripts:change the sanity script to exclude fib and supportJoseph Herlant2018-06-051-30/+34
|
* update:ci:Refactor the sanity check for better output and add xmllint check ↵Joseph Herlant2018-06-031-19/+43
| | | | | | | | | | | | (#609) * update:ci:Refactor the sanity check for better output and add xmllint check * Use sort -u * Switch to git diff with trunk so that we avoid re-checking files coming from merge commits * Make sure to really take the extension properly in the comparison
* add:ci:Add sanity check script on circleci (#606)Joseph Herlant2018-05-301-0/+38
* add:ci:Add sanity check script * fix:ci:use setup_common_requirements.sh for installing pre-requisites