Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Update: Update dependencies and add appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Jun 1, 2017
1 parent 946481b commit d6c3273
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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}"
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const main = async (argv) => {
for (const error of logs.error) {
console.log(error);
}
//errors++;
}

// TODO: Log warnings maybe?
Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Ava/Fable.Ava.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.NET.Sdk" Version="1.0.*" PrivateAssets="All" />
<DotNetCliToolReference Include="dotnet-fable" Version="1.0.4" />
<DotNetCliToolReference Include="dotnet-fable" Version="1.0.*" />
</ItemGroup>
<!-- Add source files to "fable" folder in Nuget package -->
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Sinon/Fable.Sinon.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.NET.Sdk" Version="1.0.*" PrivateAssets="All" />
<DotNetCliToolReference Include="dotnet-fable" Version="1.0.4" />
<DotNetCliToolReference Include="dotnet-fable" Version="1.0.*" />
</ItemGroup>
<!-- Add source files to "fable" folder in Nuget package -->
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Fable.Ava.Test/Fable.Ava.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.NET.Sdk" Version="1.0.*" PrivateAssets="All" />
<DotNetCliToolReference Include="dotnet-fable" Version="1.0.4" />
<DotNetCliToolReference Include="dotnet-fable" Version="1.0.*" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Fable.Ava\Fable.Ava.fsproj" />
Expand Down

0 comments on commit d6c3273

Please sign in to comment.