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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
coeurl
Merge requests
!1
Add basic CI
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add basic CI
ci
into
master
Overview
0
Commits
3
Pipelines
17
Changes
1
Merged
Add basic CI
Nicolas Werner
requested to merge
ci
into
master
Jun 26, 2021
Overview
0
Commits
3
Pipelines
17
Changes
1
0
0
Merge request reports
Viewing commit
e8183065
Show latest version
1 file
+
5
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
e8183065
Add junit reports
· e8183065
Nicolas Werner
authored
Jun 26, 2021
.gitlab-ci.yml
+
5
−
2
View file @ e8183065
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
:
*
.xml
Loading