mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 14:49:17 +02:00
Tweak use of gmake
This commit is contained in:
parent
67b980aaba
commit
1d86f97ca7
1 changed files with 3 additions and 3 deletions
|
@ -42,10 +42,10 @@ matrix:
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- if [ "$(uname)" -ne "FreeBSD" ]; then
|
||||||
if [ "$(uname)" = "FreeBSD" ]; then
|
|
||||||
alias gmake=make
|
alias gmake=make
|
||||||
fi
|
fi
|
||||||
|
- |
|
||||||
git clone https://github.com/concurrencykit/ck.git ${HOME}/ck
|
git clone https://github.com/concurrencykit/ck.git ${HOME}/ck
|
||||||
cd ${HOME}/ck
|
cd ${HOME}/ck
|
||||||
git checkout 0.6.0
|
git checkout 0.6.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue