mausch / Fuchu

Functional test library for F# / C# / VB.NET
Apache License 2.0
120 stars 22 forks source link

Build broken when using `build.sh` #44

Closed haf closed 8 years ago

haf commented 9 years ago

OS X 10.10

./build.sh: line 3: wget: command not found
mv: rename nuget.exe to ./.nuget/NuGet.exe: No such file or directory
chmod: ./.nuget/NuGet.exe: No such file or directory
Downloading FAKE...
Cannot open assembly './.nuget/NuGet.exe': No such file or directory.
Cannot open assembly 'packages/FAKE/tools/FAKE.exe': No such file or directory.

Recommend: curl.

mausch commented 9 years ago

No idea about OSX but I just replaced wget with curl and dockerized the build so it should build anywhere. AFAIK even on OSX with boot2docker since mounting host volumes goes through a VirtualBox shared folder.