[gjs: 2/13] CI: Remove CODECHECK variable
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 2/13] CI: Remove CODECHECK variable
- Date: Sat, 26 Oct 2019 04:29:23 +0000 (UTC)
commit 01803561f202c60703c70d03f394b0bd1d8edc14
Author: Philip Chimento <philip endlessm com>
Date: Wed Oct 16 15:44:41 2019 -0700
CI: Remove CODECHECK variable
This is only used in the cpplint job, and it's specified explicitly
instead of via a CODECHECK variable.
.gitlab-ci.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04a8dc5a..30903b87 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,14 +29,8 @@ stages:
# GitLab is keeping some files between jobs. Remove them.
- rm -rf configure Makefile *.log analysis
- # Run static code analysis OR
# Build GJS
- - 'if [[ -n "${CODECHECK}" ]]; then
- $(pwd)/test/test-ci.sh "$CODECHECK";
- else
- $(pwd)/test/test-ci.sh GJS;
- fi
- '
+ - test/test-ci.sh GJS
# Run installed extra tests
- 'if [[ $BUILD_OPTS == *"--enable-installed-tests"* ]]; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]