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
Open sidebar
emacs
emacs
Commits
54b2bd1b
Commit
54b2bd1b
authored
Nov 19, 2021
by
Michael Albinus
Browse files
; * test/infra/test-jobs-generator.sh: Still fixes.
parent
1dd7a877
Pipeline
#14038
failed with stages
in 429 minutes and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
test/infra/test-jobs-generator.sh
test/infra/test-jobs-generator.sh
+7
-7
No files found.
test/infra/test-jobs-generator.sh
View file @
54b2bd1b
...
...
@@ -17,19 +17,19 @@
# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
# GNU Emacs support for the
G
it
L
ab-
specific build of Docker images
.
# GNU Emacs support for the
g
it
l
ab-
ci.yml template generation
.
# The presence of this file does not imply any FSF/GNU endorsement of
#
Docker
or any other particular tool. Also, it is intended for
#
GitLab
or any other particular tool. Also, it is intended for
# evaluation purposes, thus possibly temporary.
# Maintainer: Michael Albinus <michael.albinus@gmx.de>
# URL: https://emba.gnu.org/emacs/emacs
SUBDIRS
=
$(
cd test
&&
\
(
find lib-src lisp misc src
-type
d
\
!
\(
-path
"*resources*"
-o
-path
"*auto-save-list"
\)
\
-print
|
sort
-
)
)
cd test
SUBDIRS
=
\
$(
find lib-src lisp misc src
-type
d
\
!
\(
-path
"*resources*"
-o
-path
"*auto-save-list"
\)
-print
|
sort
-
)
for
subdir
in
$SUBDIRS
;
do
target
=
check-
$(
echo
$subdir
|
tr
'/'
'-'
)
...
...
@@ -55,7 +55,7 @@ for subdir in $SUBDIRS; do
cat
<<
EOF
test
${
target
##check
}
-inotify:
stage: normal
extends: [.job-template, .test-template]
#
extends: [.job-template, .test-template]
rules:
- changes:
$changes
variables:
...
...
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