-
Notifications
You must be signed in to change notification settings - Fork 842
Closed
Milestone
Description
I'm unable to build the compiler from this repository on macOS (OS X), although I am able to build it from fsharp/fsharp. It seems like we should be able to build this repo on OS X (it's even mentioned in the README).
I'm opening this issue to track commits / PRs related to fixing the macOS build.
The issues I've discovered so far with macOS builds:
- Enable Jenkins builds for OSX (Add OSX to OS list for Jenkins CI builds #2134)
- Modify
READMEto include Jenkins build status indicators
- Modify
- Travis CI builds need to be enabled (in
.travis.yml) for macOS / OS X (Enable macOS (OS X) testing for Travis CI builds #2109) -
build.shandbefore_install.shneed some modifications to generalize Linux/Ubuntu-specific steps, or only run them when running on Linux/Ubuntu. (Modify before_install.sh for OSX compatibility #2125) - Some external build tasks called from
.targetsfiles need to be fixed to launch viamonoordotnet.-
*.fsxscripts called throughfsi -
FsLexYacc.targets(which callsfslex.exeandfsyacc.exe)
-
Metadata
Metadata
Assignees
Labels
No labels