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
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
3a934735
Commit
3a934735
authored
Jan 21, 2016
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New file .gitlab-ci.yml.
parent
ce18cf99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
.gitlab-ci.yml
.gitlab-ci.yml
+19
-0
ChangeLog
ChangeLog
+5
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
3a934735
# See http://doc.gitlab.com/ce/ci/yaml/ for documentation.
Build and Check (x86-64)
:
script
:
-
./.bootstrap &&
./configure --disable-documentation && make -j4 &&
make check -j4
tags
:
-
x86-64
except
:
-
tags
Build and Check (x86)
:
script
:
-
./.bootstrap &&
./configure --disable-documentation && make -j4 &&
make check -j4
tags
:
-
x86
except
:
-
tags
ChangeLog
View file @
3a934735
2016-01-21 Niels Möller <nisse@lysator.liu.se>
* .gitlab-ci.yml: New file. Configuration for gitlab's continuous
integration system.
2016-01-20 Niels Möller <nisse@lysator.liu.se>
* testsuite/dlopen-test.c (main): Mark arguments as UNUSED.
...
...
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