-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous Integration #5
Comments
We have talked about https://travis-ci.org/ Certainly having a CI server setup and getting the reality tests setup to prove that it all works. |
Merged in, but need more direction on how this works. Appveyor appears to be still looking for a project that no longer exists. |
So the build is horked right now because it is setup to to execute based on a SLN file. @bivvo switched the WebUI project to be project.json based. Once we settle on a project structure, I can fix the build. |
The .WEBUI was never setup to built via sln. It uses the angular-cli to build and for scaffolding. @NotMyself It should target node if possible. Should it be included as a submodule? Need to test if a submodule can have its own build definition. I still need to update the package.json to point to the correct commands it needs to execute. EX: ng build |
Build is now working with dotnet 2 and the angular stuff re-generated for the web ui. #53 |
Should look at getting a CI server during our heavy development phase. @CarBar thoughts?
The text was updated successfully, but these errors were encountered: