Skip to content

Commit

Permalink
Install Kakadu in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jul 31, 2017
1 parent 0d44d08 commit 47e0245
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/ci_kakadu_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
if [ ! -d "kakadu" ]; then
mkdir ~/downloads
wget http://kakadusoftware.com/wp-content/uploads/2014/06/KDU77_Demo_Apps_for_Linux-x86-64_150710.zip -O ~/downloads/kakadu.zip
unzip ~/downloads/kakadu.zip
mv KDU77_Demo_Apps_for_Linux-x86-64_150710 kakadu
fi
sudo cp kakadu/*.so /usr/lib
sudo cp kakadu/* /usr/bin
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ machine:
services:
- redis
dependencies:
cache_directories:
- kakadu
post:
- sudo sh bin/ci_kakadu_install.sh
- bundle exec rake rubocop
- bundle exec rake server:test:
background: true
Expand Down

0 comments on commit 47e0245

Please sign in to comment.