[gjs: 2/4] CI: the static image is ready to use
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 2/4] CI: the static image is ready to use
- Date: Mon, 26 Mar 2018 00:31:08 +0000 (UTC)
commit 5b4b44bbf4326053cbf591fbd1def8f127a942fb
Author: Claudio André <claudioandre br gmail com>
Date: Sun Mar 25 11:50:46 2018 -0300
CI: the static image is ready to use
No missing packages.
test/test-ci.sh | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/test/test-ci.sh b/test/test-ci.sh
index 0238d1c..f69f127 100755
--- a/test/test-ci.sh
+++ b/test/test-ci.sh
@@ -205,9 +205,6 @@ elif [[ $1 == "CPPCHECK" && "$log_message" != *'[skip cppcheck]'* ]]; then
do_Compare_With_Upstream_Master "cppCheck"
elif [[ $1 == "CPPLINT" && "$log_message" != *'[skip cpplint]'* ]]; then
- # Install needed packages
- pip install cpplint
-
echo
echo '-- Lint report --'
cpplint $(find . -name \*.cpp -or -name \*.c -or -name \*.h | sort) 2>&1 | \
@@ -225,8 +222,6 @@ elif [[ $1 == "CPPLINT" && "$log_message" != *'[skip cpplint]'* ]]; then
do_Compare_With_Upstream_Master "cppLint"
elif [[ $1 == "ESLINT" && "$log_message" != *'[skip eslint]'* ]]; then
- # Install needed packages
- npm install -g eslint
tmp_path=$(dirname $CI_PROJECT_DIR)
echo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]