Remove and update old windows files and travis files
Since Gitlab Runner 17, powershell is the default windows shell used (see #2413 (closed)) . It will be a good idea to remove useless ".bat" old-terminal windows files and stick to only use ".ps1" powershell files. The maintenance will be done only on ".ps1" files to reduce development charge.
Also Travis is no longer used, thus travis related files must be removed
Definition of Ready
- List of files to remove
- List of files to convert
Definition of Done
- Most of the .bat removed
- Zip and files used for old deprecated Visual Studio edition or development on Windows (they are not up-to-date with actual OTB and not used)
- Actual bat file to keep converted in powershell
- CMakes updated to install ps1 files instead of .bat
- Must be mentioned in Release notes, thus MR correctly named and milestone correctly set to be automatically in release notes
- Doc updated (do not mention .bat but .ps1)
- Travis files removed
- Test otbcli and generated ps1 files on Windows VM