From d6c32731a4ec26295158e66f68c1879d9a5f93a3 Mon Sep 17 00:00:00 2001 From: Alxandr Date: Thu, 25 May 2017 01:28:09 +0200 Subject: [PATCH] Update: Update dependencies and add appveyor --- appveyor.yml | 13 +++++++++++++ build.fsx | 2 +- build.js | 1 + paket.lock | 2 +- src/Fable.Ava/Fable.Ava.fsproj | 2 +- src/Fable.Sinon/Fable.Sinon.fsproj | 2 +- test/Fable.Ava.Test/Fable.Ava.Test.fsproj | 2 +- 7 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..21f97ea --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,13 @@ +init: + - git config --global core.autocrlf input + +build: + verbosity: detailed + +os: Visual Studio 2015 +before_build: + - cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% +build_script: + - cmd: build.cmd +test: off +version: "Build #{build}" \ No newline at end of file diff --git a/build.fsx b/build.fsx index 046f427..9d47141 100644 --- a/build.fsx +++ b/build.fsx @@ -27,7 +27,7 @@ let jsCompiler = FullName "./build.js" // Install let dotnetSDKPath = FullName "./dotnetsdk" -let dotnetcliVersion = "1.0.1" +let dotnetcliVersion = "1.0.4" let dotnetExePath = dotnetSDKPath (if isWindows then "dotnet.exe" else "dotnet") let runDotnet workingDir args = diff --git a/build.js b/build.js index ac3be13..7d0fc58 100644 --- a/build.js +++ b/build.js @@ -79,6 +79,7 @@ const main = async (argv) => { for (const error of logs.error) { console.log(error); } + //errors++; } // TODO: Log warnings maybe? diff --git a/paket.lock b/paket.lock index f9acbac..3d8efa5 100644 --- a/paket.lock +++ b/paket.lock @@ -1,6 +1,6 @@ NUGET remote: https://www.nuget.org/api/v2 - Fable.Core (1.0.4) + Fable.Core (1.0.6) FSharp.Core (>= 4.1.17) - framework: >= net463, >= netstandard16 NETStandard.Library (>= 1.6.1) - framework: >= net463, >= netstandard16 Fable.PowerPack (1.0.0-narumi-902) diff --git a/src/Fable.Ava/Fable.Ava.fsproj b/src/Fable.Ava/Fable.Ava.fsproj index 9147255..0852dfb 100644 --- a/src/Fable.Ava/Fable.Ava.fsproj +++ b/src/Fable.Ava/Fable.Ava.fsproj @@ -11,7 +11,7 @@ - + diff --git a/src/Fable.Sinon/Fable.Sinon.fsproj b/src/Fable.Sinon/Fable.Sinon.fsproj index 8a3f6e7..7608a3b 100644 --- a/src/Fable.Sinon/Fable.Sinon.fsproj +++ b/src/Fable.Sinon/Fable.Sinon.fsproj @@ -9,7 +9,7 @@ - + diff --git a/test/Fable.Ava.Test/Fable.Ava.Test.fsproj b/test/Fable.Ava.Test/Fable.Ava.Test.fsproj index 6501f95..f3a6731 100644 --- a/test/Fable.Ava.Test/Fable.Ava.Test.fsproj +++ b/test/Fable.Ava.Test/Fable.Ava.Test.fsproj @@ -9,7 +9,7 @@ - +