Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
orc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
orc
Commits
833ca701
Commit
833ca701
authored
Jan 02, 2019
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: add minimal ci
parent
db7f006f
Pipeline
#13675
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
.gitlab-ci.yml
.gitlab-ci.yml
+22
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
833ca701
stages
:
-
build
debian sid
:
image
:
'
debian:sid'
stage
:
build
variables
:
DEPENDENCIES
:
>
meson
ninja-build
build-essential
before_script
:
-
apt-get update
-
apt-get install --yes ${DEPENDENCIES}
script
:
-
meson --werror build/
-
ninja -C build/
-
ninja -C build/ test
-
ninja -C build/ install
artifacts
:
paths
:
-
build/meson-logs/
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