Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coeurl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
coeurl
Commits
c162ffc2
Verified
Commit
c162ffc2
authored
3 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Add junit reports
parent
d0930051
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Add basic CI
Pipeline
#1266
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-2
5 additions, 2 deletions
.gitlab-ci.yml
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
5
−
2
View file @
c162ffc2
...
...
@@ -17,8 +17,11 @@ build:
script
:
-
meson setup builddir -Db_coverage=true -Dtests=true -Dexamples=true
-
meson compile -C builddir
-
./builddir/tests/requests_tls -d
-
./builddir/tests/requests -d
-
./builddir/tests/requests_tls -d
--reporters=junit --out=https.xml
-
./builddir/tests/requests -d
--reporters=junit --out=http.xml
-
./builddir/examples/coeurl_example
-
ninja -C builddir coverage-text
-
grep TOTAL builddir/meson-logs/coverage.txt
artifacts
:
reports
:
junit
:
http*.xml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment