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
Project 'nheko-reborn/cocurl' was moved to 'nheko-reborn/coeurl'. Please update any links and bookmarks that may still have the old path.
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
Compare
version 7
version 15
2dcd93b5
Jun 26, 2021
version 14
e8183065
Jun 26, 2021
version 13
44e96e03
Jun 26, 2021
version 12
d1ad2311
Jun 26, 2021
version 11
93583142
Jun 26, 2021
version 10
72d86f7a
Jun 26, 2021
version 9
7b300203
Jun 26, 2021
version 8
b358d591
Jun 26, 2021
version 7
eac49d00
Jun 26, 2021
version 6
50917be2
Jun 26, 2021
version 5
fdb3aae4
Jun 26, 2021
version 4
7f0362da
Jun 26, 2021
version 3
5c995392
Jun 26, 2021
version 2
b304cb4a
Jun 26, 2021
version 1
48d45fae
Jun 26, 2021
master (base)
and
version 8
latest version
c162ffc2
3 commits,
Jun 26, 2021
version 15
2dcd93b5
13 commits,
Jun 26, 2021
version 14
e8183065
13 commits,
Jun 26, 2021
version 13
44e96e03
12 commits,
Jun 26, 2021
version 12
d1ad2311
11 commits,
Jun 26, 2021
version 11
93583142
10 commits,
Jun 26, 2021
version 10
72d86f7a
9 commits,
Jun 26, 2021
version 9
7b300203
8 commits,
Jun 26, 2021
version 8
b358d591
8 commits,
Jun 26, 2021
version 7
eac49d00
7 commits,
Jun 26, 2021
version 6
50917be2
6 commits,
Jun 26, 2021
version 5
fdb3aae4
5 commits,
Jun 26, 2021
version 4
7f0362da
4 commits,
Jun 26, 2021
version 3
5c995392
3 commits,
Jun 26, 2021
version 2
b304cb4a
2 commits,
Jun 26, 2021
version 1
48d45fae
1 commit,
Jun 26, 2021
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
View file @ b358d591
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,7 +9,7 @@ build:
tags
:
[
docker
]
before_script
:
-
echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
-
apk update && apk add clang-extra-tools meson git python3 py3-pip py3-flask lcov gcovr curl-dev libevent-dev grep g++ cmake pkgconf
-
apk update && apk add clang-extra-tools meson git python3 py3-pip py3-flask lcov gcovr curl-dev libevent-dev
spdlog-dev
grep g++ cmake pkgconf
-
export PATH="$PATH:/root/.local/bin"
-
pip3 install --user reuse
script
:
Loading