Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtxclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
mtxclient
Merge requests
!3
Add gitlab ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add gitlab ci
gitlab-ci2
into
master
Overview
0
Commits
8
Pipelines
45
Changes
1
Merged
Nicolas Werner
requested to merge
gitlab-ci2
into
master
4 years ago
Overview
0
Commits
8
Pipelines
45
Changes
1
Expand
second try
Edited
4 years ago
by
Nicolas Werner
0
0
Merge request reports
Viewing commit
9963742c
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
9963742c
Fix needs
· 9963742c
Nicolas Werner
authored
4 years ago
.gitlab-ci.yml
+
2
−
0
Options
@@ -80,6 +80,7 @@ build-gcc7:
build-macos
:
stage
:
build
tags
:
[
macos
]
needs
:
[]
before_script
:
-
brew update
-
brew bundle --file=./.ci/macos/Brewfile
@@ -105,6 +106,7 @@ linting:
stage
:
build
image
:
alpine:latest
tags
:
[
docker
]
needs
:
[]
before_script
:
-
apk update && apk add clang make git
script
:
Loading