Skip to content
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

Travis CI build #7

Open
adamralph opened this issue Mar 17, 2015 · 5 comments
Open

Travis CI build #7

adamralph opened this issue Mar 17, 2015 · 5 comments

Comments

@adamralph
Copy link
Contributor

No description provided.

@adamralph adamralph self-assigned this Mar 17, 2015
@adamralph
Copy link
Contributor Author

I guess this has no value until Roslyn scripting is x-plat and we have some acceptance tests.

@adamralph adamralph removed their assignment Apr 5, 2015
@filipw
Copy link
Member

filipw commented Apr 6, 2015

this is valuable in a sense that we want the project to build successfully outside of windows - having the Travis CI builds will help catch issues with Path or other Mono-quirks

@adamralph
Copy link
Contributor Author

Yep, agreed, but I've tried invoking the current roslyn scripting bits (nightly from 4th April) in Mono and it blows up immediately trying to make native calls:

[System.DllNotFoundException] clr
at (wrapper managed-to-native) Microsoft.CodeAnalysis.GlobalAssemblyCache:GetCachePath (Microsoft.CodeAnalysis.GlobalAssemblyCache/ASM_CACHE,byte*,int&)
at Microsoft.CodeAnalysis.GlobalAssemblyCache.GetLocation (ASM_CACHE gacId) [0x00000] in :0
at Microsoft.CodeAnalysis.GlobalAssemblyCache..cctor () [0x00000] in :0

If we set up a Travis CI build now it would probably succeed while there are no tests, but as soon as we add some it would fail. I guess there's no harm in putting it in place now. We can always switch it off later if it starts to fail and adds too much noise.

@filipw
Copy link
Member

filipw commented Apr 7, 2015

dotnet/roslyn#1542
On Apr 6, 2015 11:24 PM, "Adam Ralph" notifications@github.com wrote:

Yep, agreed, but I've tried invoking the current roslyn scripting bits
(nightly from 4th April) in Mono and it blows up immediately trying to make
native calls:

[System.DllNotFoundException] clr
at (wrapper managed-to-native)
Microsoft.CodeAnalysis.GlobalAssemblyCache:GetCachePath
(Microsoft.CodeAnalysis.GlobalAssemblyCache/ASM_CACHE,byte*,int&)
at Microsoft.CodeAnalysis.GlobalAssemblyCache.GetLocation (ASM_CACHE
gacId) [0x00000] in :0
at Microsoft.CodeAnalysis.GlobalAssemblyCache..cctor () [0x00000] in :0

If we set up a Travis CI build now it would probably succeed while there
are no tests, but as soon as we add some it would fail. I guess there's no
harm in putting in place now. We can always switch it off later if it
starts to fail and adds too much noise.


Reply to this email directly or view it on GitHub
#7 (comment)
.

@adamralph
Copy link
Contributor Author

Milestone 1.1 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants