mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39: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:
|
||||
email: false
|
||||
before_install:
|
||||
- if [ "$(uname)" -ne "FreeBSD" ]; then
|
||||
alias gmake=make
|
||||
fi
|
||||
- |
|
||||
if [ "$(uname)" = "FreeBSD" ]; then
|
||||
alias gmake=make
|
||||
fi
|
||||
git clone https://github.com/concurrencykit/ck.git ${HOME}/ck
|
||||
cd ${HOME}/ck
|
||||
git checkout 0.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue