Build updates

- Add license to rpc-table
 - Don't perform wallet and bitcoin core tests
This commit is contained in:
thephez 2018-01-08 10:47:22 -05:00
parent 62ab16b01e
commit 5e45ffbcda
2 changed files with 7 additions and 3 deletions

View file

@ -58,8 +58,6 @@ pre-build-tests-fast: check-for-non-ascii-urls check-for-wrong-filename-assignme
check-for-missing-copyright-licenses \ check-for-missing-copyright-licenses \
check-bundle \ check-bundle \
check-for-english-in-en-dir \ check-for-english-in-en-dir \
check-for-consistent-bitcoin-core-titles \
check-for-too-many-wallets-on-one-platform \
check-validate-yaml \ check-validate-yaml \
## Post-build tests which, aggregated together, take less than 10 seconds to run on a typical PC ## 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: check-validate-yaml:
## Validate YAML files against schemas ## 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 {} \;

View file

@ -1,3 +1,9 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<!--<!DOCTYPE html>--> <!--<!DOCTYPE html>-->
<html> <html>
<head> <head>