Skip to content

Commit

Permalink
CI: Upgrade to mono 5.0.0 to compile C# 7 (migueldeicaza#60)
Browse files Browse the repository at this point in the history
* Added F# unit test for tensorflow arithmetic operation

* Added Travis CI status

* Added Travis CI status

* fixed Travis config

* added libtensorflow.dylib

* fixed Travis config

* downgraded xunit to v1.9.2

* broken test to check CI report about failed tests

* xunit 2.2.0

* xunit runner 2.0.0

* xunit runner 2.0.0

* xunit runner 2.1.0

* xunit runner 2.1.0

* libtensorflow.so

* added dllmap

* dllmap

* dllmap

* dllmap

* dllmap

* dllmap

* shared library

* fixed config

* xslt

* log level

* config

* config

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* x64

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* travis

* removed libs

* travis

* travis

* travis

* travis travis

* travis

* removed ref to so

* fixed test

* travis switched to migueldeicaza

* removed libtensorflow.dll

* fixed test runner path

* travis

* travis

* travis

* removed Script.fsx

* removed .runsettings

* removed App.config

* removed .nuspec

* removed App.config

* travis

* specified lang version

* latest mono

* mono 5.0.0

* returned build status back

* removed compiler version
  • Loading branch information
Dorokhov authored and migueldeicaza committed May 17, 2017
1 parent b46543f commit 45a539a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ script:
- xbuild /p:Configuration=Release TensorFlowSharp.sln
- cp -R $TRAVIS_BUILD_DIR/lib/libtensorflow.so $TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests/bin/Release/libtensorflow.dylib
- sh $TRAVIS_BUILD_DIR/build.sh
mono: "latest"
mono: "5.0.0"
os: "osx"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[![Build Status](https://travis-ci.org/migueldeicaza/TensorFlowSharp.svg?branch=master)](https://travis-ci.org/migueldeicaza/TensorFlowSharp)

TensorFlowSharp are .NET bindings to the TensorFlow library published here:

Expand Down

0 comments on commit 45a539a

Please sign in to comment.