Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
3a934735
Commit
3a934735
authored
Jan 21, 2016
by
Niels Möller
Browse files
New file .gitlab-ci.yml.
parent
ce18cf99
Changes
2
Hide whitespace changes
Inline
Side-by-side
.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
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