Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Wget
wget2
Commits
e8178bd3
Commit
e8178bd3
authored
Oct 31, 2020
by
Tim Rühsen
🛠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test for bashisms in Debian Testing
parent
c9499dcf
Pipeline
#225823366
failed with stages
in 39 minutes and 13 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
No files found.
.gitlab-ci.yml
View file @
e8178bd3
...
...
@@ -101,13 +101,15 @@ Full+VPATH/Debian:
# Debian Testing
# - Testing dash to detects bashims in configure.ac
Debian/Testing
:
stage
:
stage1-testing
image
:
$CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_TESTING_BUILD
script
:
-
export CFLAGS="$CFLAGS_DEFAULT"
-
./bootstrap --skip-po && touch .manywarnings
-
./configure $CONFIGURE_BASE_FLAGS
-
CONFIG_SHELL=/bin/dash dash ./configure $CONFIGURE_BASE_FLAGS -q 2>&1 >/dev/null |
grep -v "libhsts was not found" | grep . && exit
1
-
make -j$(nproc)
-
make check -j$(nproc)
tags
:
...
...
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