Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Sebastian Krzyszkowiak
librem5-ci
Commits
ff259648
Commit
ff259648
authored
Jan 13, 2020
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test pipeline
Build a dummy deb so we know the pipeline works
parent
f63a89cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
.gitlab-ci.yml
.gitlab-ci.yml
+23
-1
No files found.
.gitlab-ci.yml
View file @
ff259648
job
:
include
:
-
local
:
'
librem5-pipeline-definitions.yml'
stages
:
-
test
-
package
-
test-package
test:native:
tags
:
tags
:
-
librem5
-
librem5
before_script
:
before_script
:
...
@@ -9,3 +17,17 @@ job:
...
@@ -9,3 +17,17 @@ job:
script
:
script
:
-
make check
-
make check
# So we test our own pipeline:
package:deb-debian-buster:
extends
:
.l5-build-debian-package
autopkgtest-debian-buster-package
:
dependencies
:
-
package:deb-debian-buster
extends
:
.l5-autopkgtest-debian-package
lintian-debian-buster-package
:
dependencies
:
-
package:deb-debian-buster
extends
:
.l5-lintian-debian-package
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