Skip to content

Commit

Permalink
ocl plugins and update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jan 11, 2019
1 parent 6a07f40 commit 81c9c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .auto-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ else
# Do some custom requirements on Linux
mkdir -p $deploy_dir; cp grin-miner.toml $deploy_dir; cp -R target/release/plugins $deploy_dir
cp target/release/deps/libocl_cuckatoo.so "$deploy_dir/plugins/ocl_cuckatoo.cuckooplugin"
cp target/release/deps/libocl_cuckaroo.so "$deploy_dir/plugins/ocl_cuckaroo.cuckooplugin"
cp target/release/grin-miner $deploy_dir
cd deploy ; rm -f *.tgz; tar zcf "grin-miner-$tagname-$TRAVIS_JOB_ID-linux-amd64.tgz" *
/bin/ls -ls *.tgz | awk '{print $6,$7,$8,$9,$10}'
Expand Down

0 comments on commit 81c9c07

Please sign in to comment.