mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Do not show progess bar on npm install on CI
See https://github.com/npm/npm/issues/11283 for more discussion on this.
This commit is contained in:
committed by
Nik Bougalis
parent
2be11874e3
commit
0dc911c091
@@ -83,5 +83,5 @@ test_script:
|
|||||||
- build\\rippled --unittest
|
- build\\rippled --unittest
|
||||||
|
|
||||||
# Run the integration tests
|
# Run the integration tests
|
||||||
- npm install
|
- npm install --progress=false
|
||||||
- npm test
|
- npm test
|
||||||
|
|||||||
@@ -37,5 +37,5 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run NPM tests
|
# Run NPM tests
|
||||||
npm install
|
npm install --progress=false
|
||||||
npm test --rippled=$RIPPLED_PATH
|
npm test --rippled=$RIPPLED_PATH
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ test:
|
|||||||
# gdb segfaults
|
# gdb segfaults
|
||||||
# - cat script.gdb | gdb --ex 'set print thread-events off' --return-child-result --args build/clang.debug/rippled --unittest
|
# - cat script.gdb | gdb --ex 'set print thread-events off' --return-child-result --args build/clang.debug/rippled --unittest
|
||||||
- build/clang.debug/rippled --unittest
|
- build/clang.debug/rippled --unittest
|
||||||
- npm install
|
- npm install --progress=false
|
||||||
# Use build/(gcc|clang).debug/rippled
|
# Use build/(gcc|clang).debug/rippled
|
||||||
- |
|
- |
|
||||||
echo "exports.default_server_config = {\"rippled_path\" : \"$HOME/rippled/build/clang.debug/rippled\"};" > test/config.js
|
echo "exports.default_server_config = {\"rippled_path\" : \"$HOME/rippled/build/clang.debug/rippled\"};" > test/config.js
|
||||||
|
|||||||
Reference in New Issue
Block a user