numenta / nupic.core-legacy

Implementation of core NuPIC algorithms in C++ (under construction)
http://numenta.org
GNU Affero General Public License v3.0
272 stars 276 forks source link

nupic.core standalone binary file is available by SHA on S3 #202

Closed rhyolight closed 9 years ago

rhyolight commented 9 years ago

Depends on #77. Need to update the build to upload this binary to S3 on every push to master, marked somehow by SHA.

oxtopus commented 9 years ago

You can now run make package, which will produce a gzipped tarball in the build directory with the commit sha and platform in the filename (for example nupic_core-97b9648a27261d2f8a12535130a65433dc975b74-darwin64.tar.gz), which can be uploaded to S3 at the completion of the build.

rhyolight commented 9 years ago

Awesome.

rhyolight commented 9 years ago

Ran into an error encrypting AWS keys... http://pastebin.com/qMVJ4vjc. Chatting with Travis-CI support.

rhyolight commented 9 years ago

Depends on https://github.com/travis-ci/travis.rb/issues/247.

rhyolight commented 9 years ago

Got a workaround. Not sure what my local travis problem is.

rhyolight commented 9 years ago

Working! Packages are available at https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/nupic_core-<SHA>-<PLATFORM>.tar.gz where PLATFORM is either "linux64" or "darwin64".

oxtopus commented 9 years ago

:clap: