- Docker
circleci
CLI- Make (and build tools)
- macOS:
xcode-select --install
- Windows:
choco install cygwin make -y
[Environment]::SetEnvironmentVariable("PATH", "C:\tools\cygwin\bin;$ENV:PATH", "MACHINE")
- macOS:
make lint
Tests are structured as recommended by the Orb Project Template. They use shunit2 instead of BATS-Core.
make test