mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
6 lines
146 B
Bash
Executable File
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 |