scriptcs / scriptcs-engines

scriptcs-engines contains Microsoft.CodeAnalysis-based script engines for scriptcs - for both C# and Visual Basic.
Apache License 2.0
19 stars 7 forks source link

fix build script after rename and split into 3 projects #5

Closed adamralph closed 9 years ago

adamralph commented 9 years ago

fixes #4

filipw commented 9 years ago

thanks

filipw commented 9 years ago

though I am not 100% convinced if there's value in packaging the common assembly as nuget too or whether we just go with the 2 language specific engines

adamralph commented 9 years ago

Yeah, we could just link the files into both projects.

adamralph commented 9 years ago

I've set up a build at codebetter CI - http://teamcity.codebetter.com/viewType.html?buildTypeId=Scriptcs_ScriptCsEngines

At the moment, I can't add GitHub status reporting, or enable a TravisCI build, since the core team are not permissioned on this repo.

The submodule caused some problems, which I managed to workaround, but I think you can remove this now and just use the NuGet packages. We just need https://github.com/scriptcs/scriptcs/pull/969 to be merged to remove the breaking changes currently in the dev branch.