cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 79 forks source link

Introduce integration tests using pester test for build.ps1 #71

Closed makaanneo closed 4 years ago

makaanneo commented 5 years ago

Summary

Changed script for appveyor and travis ci to execute tests for build.ps1 as pester tests

Appveyor

Changed the whole build file and moved all tests to the test section and upload results into the tests section of Appveyor jobs

Travis CI

build.sh stays as it is. Added Invoke-Pester tests to get executed on pwsh and test the build.ps1 file.

TODOs

May some more sophisticated tests are needed.

devlead commented 4 years ago

@makaanneo your changes have been merged, thanks for your contribution 👍

patriksvensson commented 4 years ago

@makaanneo Awesome contribution 👍