Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DNS-Compliance-Testing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
ISC Open Source Projects
DNS-Compliance-Testing
Commits
a2f6bb77
Commit
a2f6bb77
authored
Feb 23, 2018
by
Mark Andrews
Committed by
Ondřej Surý
Feb 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add trivial test
parent
d41aa30b
Pipeline
#307
passed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
.gitlab-ci.yml
.gitlab-ci.yml
+18
-5
No files found.
.gitlab-ci.yml
View file @
a2f6bb77
image
:
"
debian:sid"
variables
:
DEBIAN_FRONTEND
:
noninteractive
LC_ALL
:
C.UTF-8
...
...
@@ -5,13 +7,13 @@ variables:
stages
:
-
build
-
test
build:
debian:sid:amd64:
image
:
"
debian:sid"
build
:
stage
:
build
tags
:
-
linux
-
docker
stage
:
build
before_script
:
-
apt-get update
-
apt-get -y install autotools-dev build-essential autoconf automake libtool
...
...
@@ -21,5 +23,16 @@ build:debian:sid:amd64:
-
make -k all V=1
artifacts
:
expire_in
:
'
1
week'
untracked
:
true
when
:
on_failure
paths
:
-
config.log
-
genreport
test
:
stage
:
test
tags
:
-
linux
-
docker
script
:
-
echo . f.root-servers.net | ./genreport
dependencies
:
-
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