mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Build updates
- Add license to rpc-table - Don't perform wallet and bitcoin core tests
This commit is contained in:
parent
62ab16b01e
commit
5e45ffbcda
2 changed files with 7 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -58,8 +58,6 @@ pre-build-tests-fast: check-for-non-ascii-urls check-for-wrong-filename-assignme
|
|||
check-for-missing-copyright-licenses \
|
||||
check-bundle \
|
||||
check-for-english-in-en-dir \
|
||||
check-for-consistent-bitcoin-core-titles \
|
||||
check-for-too-many-wallets-on-one-platform \
|
||||
check-validate-yaml \
|
||||
|
||||
## Post-build tests which, aggregated together, take less than 10 seconds to run on a typical PC
|
||||
|
@ -304,4 +302,4 @@ check-for-too-many-wallets-on-one-platform:
|
|||
|
||||
check-validate-yaml:
|
||||
## Validate YAML files against schemas
|
||||
$S find _wallets -type f -exec bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml {} \;
|
||||
##$S find _wallets -type f -exec bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml {} \;
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
|
||||
|
||||
<!--<!DOCTYPE html>-->
|
||||
<html>
|
||||
<head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue