btcpayserver/.circleci/can-build.sh

6 lines
146 B
Bash
Executable File

#!/bin/sh
set -e
echo "Checking if it is possible to build Bitcoin only..."
cd ../BTCPayServer.Tests
docker-compose -f "docker-compose.yml" build