Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
gen-sshd-host-keys
Commits
47559dd6
Commit
47559dd6
authored
Dec 05, 2018
by
Guido Gunther
Browse files
Add gitlab-ci
parent
d3606075
Pipeline
#2274
passed with stage
in 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
47559dd6
stages
:
-
test
.tags
:
&tags
tags
:
-
librem5
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
-
apt-get -y install build-essential
-
apt-get -y build-dep .
test
:
<<
:
*tags
image
:
debian:buster
stage
:
test
script
:
-
make test
Write
Preview
Supports
Markdown
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