Make CircleCI check if bitcoin only build still works

This commit is contained in:
nicolas.dorier 2020-08-03 16:31:35 +09:00
parent f6801187cb
commit ad307e859e
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 7 additions and 1 deletions

6
.circleci/can-build.sh Executable file
View File

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

View File

@ -7,7 +7,7 @@ jobs:
- checkout
- run:
command: |
cd .circleci && ./run-tests.sh "Fast=Fast"
cd .circleci && ./run-tests.sh "Fast=Fast" && ./can-build.sh
selenium_tests:
machine:
enabled: true