Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
librem5-ci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sebastian Krzyszkowiak
librem5-ci
Commits
e18aca63
Commit
e18aca63
authored
Dec 13, 2019
by
Guido Gunther
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'update-submodule' into 'master'
Update submodule See merge request
!1
parents
a0b3dc5c
6bc38fb7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
Makefile
Makefile
+2
-0
librem5-pipeline-definitions.yml
librem5-pipeline-definitions.yml
+3
-1
No files found.
.gitlab-ci.yml
View file @
e18aca63
...
...
@@ -5,7 +5,7 @@ job:
-
echo "man-db man-db/auto-update boolean
false
" | debconf-set-selections
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
-
apt-get -y install python3-yaml
-
apt-get -y install python3-yaml
make
script
:
-
python3 -c 'import yaml; import pprint; c = yaml.load(open("librem5-pipeline-definitions.yml")); pprint.pprint(c)'
-
make check
Makefile
0 → 100644
View file @
e18aca63
check
:
python3
-c
'import yaml; import pprint; c = yaml.load(open("librem5-pipeline-definitions.yml")); pprint.pprint(c)'
librem5-pipeline-definitions.yml
View file @
e18aca63
...
...
@@ -5,6 +5,7 @@ variables:
L5_ADD_SCRATCH_CI
:
'
true'
L5_WORKING_DIR
:
$CI_PROJECT_DIR/debian/output
L5_LINTIAN_OPTS
:
--suppress-tags bad-distribution-in-changes-file
L5_GIT_SUBMODULE_UPDATE
:
'
true'
.l5-build-debian-package
:
image
:
${L5_DOCKER_IMAGE}
...
...
@@ -15,12 +16,13 @@ variables:
-
echo "man-db man-db/auto-update boolean
false
" | debconf-set-selections
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
-
'
[
"$L5_ADD_SCRATCH_CI"
!=
"true"
]
||
apt-get
-y
install
build-essential
wget
ca-certificates
gnupg'
-
'
[
"$L5_ADD_SCRATCH_CI"
!=
"true"
]
||
apt-get
-y
install
build-essential
wget
ca-certificates
gnupg
git
'
-
'
[
"$L5_ADD_SCRATCH_CI"
!=
"true"
]
||
echo
"deb
http://ci.puri.sm/
scratch
librem5"
>
/etc/apt/sources.list.d/ci.list'
-
'
[
"$L5_ADD_SCRATCH_CI"
!=
"true"
]
||
wget
-O-
https://ci.puri.sm/ci-repo.key
|
apt-key
add
-'
-
apt-get -y update
-
apt-get -y build-dep .
script
:
-
'
[
"$L5_GIT_SUBMODULE_UPDATE"
!=
"true"
]
||
git
submodule
update
--recursive'
-
dpkg-buildpackage -b -uc -us
-
rm -rf "${L5_WORKING_DIR}"; mkdir -p "${L5_WORKING_DIR}"
-
cp -l ../*.deb ../*.changes ../*.buildinfo "${L5_WORKING_DIR}/"
...
...
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