Skip to content

Commit

Permalink
Update circle-ci for 0.12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy007 authored May 25, 2018
1 parent a9ae6bf commit 4401166
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,22 @@ jobs:
steps:
- run: |
apt-get -qq update
apt-get install -y -qq libboost-all-dev golang curl cmake build-essential libssl-dev git-core libunbound-dev libzmq3-dev
apt-get install -y -qq libboost-all-dev golang curl cmake build-essential libssl-dev git-core libzmq3-dev
- restore_cache:
keys:
- v1-monero-{{ arch }}-v0.12.0.0.tar.gz
- v1-monero-{{ arch }}-v0.12.1.0.tar.gz
- run: |
curl -L -o ~/v0.12.0.0.tar.gz https://github.com/monero-project/monero/archive/v0.12.0.0.tar.gz
tar xzvf ~/v0.12.0.0.tar.gz -C ~/
pushd ~/monero-0.12.0.0 && cmake -DBUILD_SHARED_LIBS=1 . && make && popd
git clone --recursive --branch v0.12.1.0 https://github.com/monero-project/monero.git ~/monero-0.12.1.0
pushd ~/monero-0.12.1.0 && cmake -DBUILD_SHARED_LIBS=1 . && make && popd
- save_cache:
key: v1-monero-{{ arch }}-v0.12.0.0.tar.gz
key: v1-monero-{{ arch }}-v0.12.1.0.tar.gz
paths:
- ~/monero-0.12.0.0
- ~/monero-0.12.1.0
- checkout
- run:
name: Compile
environment:
- MONERO_DIR: "~/monero-0.12.0.0"
- MONERO_DIR: "~/monero-0.12.1.0"
command: |
cmake .
make
Expand Down

0 comments on commit 4401166

Please # to comment.