Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gjs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Andrea Azzarone
gjs
Commits
e03b6c58
Commit
e03b6c58
authored
Feb 26, 2018
by
Claudio André
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: create a job to get some project statistics
parent
21a60d44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
.gitlab-ci.yml
.gitlab-ci.yml
+7
-0
test/test-ci.sh
test/test-ci.sh
+7
-0
No files found.
.gitlab-ci.yml
View file @
e03b6c58
...
...
@@ -98,6 +98,13 @@ cppcheck:
variables
:
CODECHECK
:
"
CPPCHECK"
code_statistics
:
<<
:
*build
stage
:
static_analysis
image
:
claudioandre/spidermonkey:fedora.dev.gcc
variables
:
CODECHECK
:
"
TOKEI"
# Publish Code Coverage Report
pages
:
stage
:
docs
...
...
test/test-ci.sh
View file @
e03b6c58
...
...
@@ -139,6 +139,13 @@ elif [[ $1 == "CPPCHECK" ]]; then
echo
'----------------------------------------'
exit
3
fi
elif
[[
$1
==
"TOKEI"
]]
;
then
echo
echo
'-- Project statistics --'
echo
tokei
.
fi
# Done
echo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment