nosinovacao / name-sdk

A dependencies management library designed to expose and access dependencies information.
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

CI builds should detect the build warnings #12

Closed Symbianx closed 7 years ago

Symbianx commented 7 years ago

AppVeyor and Travis-CI should detect the build warnings and somehow fail the build if any is encountered.

For AppVeyor, a good starting point may be to use the provided logger.

Symbianx commented 7 years ago

Warnings are now detected as errors.