my.coding.commits: actually test on CI, add config stub
This commit is contained in:
parent
8d6f691824
commit
ec8b0e9170
5 changed files with 47 additions and 6 deletions
|
@ -14,9 +14,10 @@ if ! [ -z "$CI" ]; then
|
|||
# install OS specific stuff here
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
# macos
|
||||
:
|
||||
brew install fd
|
||||
else
|
||||
:
|
||||
sudo apt update
|
||||
sudo apt install fd-find
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue