Tweak use of gmake

This commit is contained in:
Justin Ethier 2020-08-30 18:33:11 -04:00
parent 67b980aaba
commit 1d86f97ca7

View file

@ -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