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

Need CI testing on Mono (OSX) #9

Open
fsgit opened this issue Sep 12, 2014 · 2 comments
Open

Need CI testing on Mono (OSX) #9

fsgit opened this issue Sep 12, 2014 · 2 comments

Comments

@fsgit
Copy link
Contributor

fsgit commented Sep 12, 2014

A CI build on Mac OSX using Mono 3.4.0 has been set up

The main type provider builds but the build is failing when building the tests, see https://travis-ci.org/fsprojects/ExcelProvider/builds/35113927 for example. This may well be a path problem "" instead of "/" but it isn't clear.

The steps to reproduce are in .travis.yml (basically just run build.sh)

@fsgit fsgit changed the title Build is failing on Mono (OSX) Build of tests is failing on Mono (OSX) Sep 12, 2014
@JohnDoeKyrgyz
Copy link
Contributor

I added a better error message when the type provider cannot open an excel file on revision 15840ac. This should give us some more information to figure out if the file path is the issue when the next build goes through.

@JohnDoeKyrgyz
Copy link
Contributor

The issue is not an IOException when opening the Excel file as was originally guessed. Unfortunately I don't have access to a mac, so my next step is to put some try with and printf statements in and commit to try and figure out where the error is occurring. Would anyone with access to a mac like to try and debug the type provider before I try this?

@dsyme dsyme changed the title Build of tests is failing on Mono (OSX) Need CI testing on Mono (OSX) Sep 12, 2018
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

3 participants