mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
6 lines
No EOL
146 B
Bash
Executable file
6 lines
No EOL
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 |