M2TeamArchived / NSudo

[Deprecated, work in progress alternative: https://github.com/M2Team/NanaRun] Series of System Administration Tools
https://nsudo.m2team.org/
Other
1.85k stars 215 forks source link

[AppVeyor] Skip files unrelated to build, remove cmd since it's the default shell. #34

Closed Margen67 closed 4 years ago

Margen67 commented 4 years ago

AppVeyor only builds one job at once so it saves time when a commit is made to one of those files.

by default, all script lines are interpreted as batch https://www.appveyor.com/docs/appveyor-yml/

This varies per OS. (Linux, etc)