Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
2c9e089a
Commit
2c9e089a
authored
Dec 14, 2019
by
Vivien Kraus
Browse files
Allow to run git-check out of source
parent
96a0b140
Changes
1
Hide whitespace changes
Inline
Side-by-side
git-check.am
View file @
2c9e089a
...
...
@@ -36,10 +36,10 @@ git-check:
./copyright/check-copyright "$$source" || exit 1; \
done)
$(git_clone_verbose) ($(GIT) clone $(srcdir) .gitcheck/source/ \
&& $(GIT) submodule update \
&&
(cd $(srcdir) &&
$(GIT) submodule update
)
\
&& cd .gitcheck/source \
&& $(GIT) clone
../..
/.gnulib .gnulib \
&& $(GIT) clone
../..
/src/libtarot/perceptron/julien src/libtarot/perceptron/julien)
&& $(GIT) clone
$(abs_top_srcdir)
/.gnulib .gnulib \
&& $(GIT) clone
$(abs_top_srcdir)
/src/libtarot/perceptron/julien src/libtarot/perceptron/julien)
$(MKDIR_P) .gitcheck/build
(cd .gitcheck/source && $(CI_ENV) ./autogen.sh)
(cd .gitcheck/build && $(CI_ENV) ../source/configure VALAFLAGS="--target-glib=2.50" CFLAGS="-Wall -Wextra -g" --enable-valgrind=yes --enable-silent-rules=yes)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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