Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
516b507f
Verified
Commit
516b507f
authored
6 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Ensure that jobs are run on the right runners (now that we have several runner classes)
(cherry picked from commit
d727e8ab
)
parent
d9bb2127
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
516b507f
...
@@ -4,6 +4,7 @@ variables:
...
@@ -4,6 +4,7 @@ variables:
build_binaries
:
build_binaries
:
stage
:
build
stage
:
build
tags
:
dynare
script
:
script
:
-
autoreconf -si
-
autoreconf -si
-
'
./configure
--with-matlab=$(dirname
$(dirname
$(readlink
-f
`which
matlab`)))
MATLAB_VERSION=$(echo
version
|
matlab
-nodesktop
-nodisplay
-nosplash
2>/dev/null
|
sed
-En
"/ans\
=/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
-
'
./configure
--with-matlab=$(dirname
$(dirname
$(readlink
-f
`which
matlab`)))
MATLAB_VERSION=$(echo
version
|
matlab
-nodesktop
-nodisplay
-nosplash
2>/dev/null
|
sed
-En
"/ans\
=/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
...
@@ -18,6 +19,7 @@ build_binaries:
...
@@ -18,6 +19,7 @@ build_binaries:
build_doc
:
build_doc
:
stage
:
build
stage
:
build
tags
:
dynare
script
:
script
:
-
autoreconf -si
-
autoreconf -si
-
./configure --disable-matlab --disable-octave
-
./configure --disable-matlab --disable-octave
...
@@ -30,6 +32,7 @@ build_doc:
...
@@ -30,6 +32,7 @@ build_doc:
testsuite_matlab
:
testsuite_matlab
:
stage
:
test
stage
:
test
tags
:
dynare
script
:
script
:
-
autoreconf -si
-
autoreconf -si
-
'
./configure
--disable-octave
--with-matlab=$(dirname
$(dirname
$(readlink
-f
`which
matlab`)))
MATLAB_VERSION=$(echo
version
|
matlab
-nodesktop
-nodisplay
-nosplash
2>/dev/null
|
sed
-En
"/ans\
=/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
-
'
./configure
--disable-octave
--with-matlab=$(dirname
$(dirname
$(readlink
-f
`which
matlab`)))
MATLAB_VERSION=$(echo
version
|
matlab
-nodesktop
-nodisplay
-nosplash
2>/dev/null
|
sed
-En
"/ans\
=/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
...
@@ -49,6 +52,7 @@ testsuite_matlab:
...
@@ -49,6 +52,7 @@ testsuite_matlab:
.testsuite_octave_template
:
.testsuite_octave_template
:
stage
:
test
stage
:
test
tags
:
dynare
variables
:
variables
:
OPENBLAS_NUM_THREADS
:
1
OPENBLAS_NUM_THREADS
:
1
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment