forked from tsai/mathnet-numerics
Browse Source
build.sh now checks the OS and supports Bash on Windows as well. buildn.sh is therefore no longer needed. See also fsprojects/ProjectScaffold#76provider
4 changed files with 13 additions and 14 deletions
@ -1,5 +0,0 @@ |
|||||
#!/bin/bash |
|
||||
if [ ! -f packages/FAKE/tools/FAKE.exe ]; then |
|
||||
tools/NuGet/NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion |
|
||||
fi |
|
||||
packages/FAKE/tools/FAKE.exe build.fsx $@ |
|
||||
Loading…
Reference in new issue