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
Johannes Pfeifer
dynare
Commits
09cc5500
Verified
Commit
09cc5500
authored
Sep 06, 2019
by
Sébastien Villemot
Browse files
CI: add pkg_source job that constructs source tarball
parent
5db2f172
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
09cc5500
...
...
@@ -61,6 +61,18 @@ build_doc:
-
preprocessor/doc/*/*.pdf
expire_in
:
1 week
pkg_source
:
stage
:
test_and_pkg
script
:
-
'
for
f
in
configure.ac
preprocessor/configure.ac
mex/build/matlab/configure.ac
mex/build/octave/configure.ac;
do
sed
-i
"s/^AC_INIT(\[\(.*\)\],\s*\[\(.*\)\])/AC_INIT([\1],
[$VERSION])/"
$f;
done'
-
autoreconf -si
-
./configure
-
make dist
artifacts
:
paths
:
-
dynare-*.tar.xz
expire_in
:
1 week
pkg_windows
:
stage
:
test_and_pkg
script
:
...
...
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