smudge202 / clean-living

Walking a mile in the shoes of a game developer.
Apache License 2.0
4 stars 0 forks source link

CI Build does not run integration tests #10

Closed smudge202 closed 9 years ago

smudge202 commented 9 years ago

Currently the build server doesn't introduce compilation symbols, just uses those defined in project properties.

I think both component and integration tests should be enforced in CI.

smudge202 commented 9 years ago

ENABLE_COMPONENT_TESTS and ENABLE_INTEGRATION_TESTS added to appveyor through MSBuild command line switch.