mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 02:18:44 +00:00
cleaning up travis and including linux
This commit is contained in:
+2
-2
@@ -3,6 +3,7 @@ language: csharp
|
||||
sudo: false # use the new container-based Travis infrastructure
|
||||
os:
|
||||
- osx
|
||||
- linux
|
||||
install:
|
||||
- curl -sS http://storage.bos.xamarin.com/bot-provisioning/PortableReferenceAssemblies-2014-04-14.zip > /tmp/pcl-assemblies.zip
|
||||
- unzip /tmp/pcl-assemblies.zip -d /tmp/pcl-assemblies && mv /tmp/pcl-assemblies/PortableReferenceAssemblies-2014-04-14 /tmp/pcl-assemblies/.NETPortable
|
||||
@@ -11,5 +12,4 @@ install:
|
||||
script:
|
||||
- mono tools/nuget/NuGet.exe restore Octokit-Mono.sln
|
||||
- ./build.sh BuildMono
|
||||
- ./build.sh ConventionTests
|
||||
- ./build.sh UnitTests
|
||||
- ./build.sh
|
||||
|
||||
@@ -12,5 +12,7 @@ else
|
||||
mono "./tools/nuget/NuGet.exe" "install" "xunit.runner.console" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "2.0.0"
|
||||
mono "./tools/nuget/NuGet.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "4.4.2"
|
||||
mono "./tools/nuget/NuGet.exe" "install" "SourceLink.Fake" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "1.1.0"
|
||||
mono "./tools/nuget/NuGet.exe" "install" "System.Net.Http" "-OutputDirectory" "tools"
|
||||
mono "./tools/nuget/NuGet.exe" "install" "Microsoft.Net.Http" "-OutputDirectory" "tools"
|
||||
mono ./tools/FAKE.Core/tools/FAKE.exe $@ --fsiargs -d:MONO build.fsx
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user