Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
22
Issues
22
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
0a53905e
Commit
0a53905e
authored
Jan 20, 2017
by
Ondřej Surý
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try armel build
parent
712c0c38
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
.gitlab-ci.yml
.gitlab-ci.yml
+23
-0
No files found.
.gitlab-ci.yml
View file @
0a53905e
...
...
@@ -23,6 +23,13 @@ stages:
-
linux
-
amd64
.debian_stretch_armel
:
&debian_stretch_armel
image
:
cznic/armel-debian-knot
tags
:
-
docker
-
linux
-
arm
.configure
:
&configure_job
stage
:
configure
script
:
...
...
@@ -86,6 +93,22 @@ test:debian:stretch:amd64:
dependencies
:
-
build:debian:stretch:amd64
configure:debian:stretch:armel:
<<
:
*debian_stretch_armel
<<
:
*configure_job
build:debian:stretch:armel:
<<
:
*debian_stretch_armel
<<
:
*build_job
dependencies
:
-
configure:debian:stretch:armel
test:debian:stretch:armel:
<<
:
*debian_stretch_armel
<<
:
*test_job
dependencies
:
-
build:debian:stretch:armel
build:documentation:
<<
:
*debian_stretch
stage
:
build
...
...
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