PawelTroka / Computator.NET

Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
GNU General Public License v3.0
234 stars 51 forks source link

CI does not work because of InstallShield project and CodedUITests project #22

Closed PawelTroka closed 7 years ago

PawelTroka commented 7 years ago

Both AppVeyor and Travis refuse to build some of our projects since we are passing solution to build. Try to pass projects names instead of solution name and do not build CodedUITests and Installer in CI builds.

PawelTroka commented 7 years ago

Resolved for AppVeyor with commit d3b5ec92bf95c171e07481fee0071f961a9ac208, for Travis CI it will be resolved once we migrate to .NET Core.