Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Common
ciscript
Commits
0cf42e41
Commit
0cf42e41
authored
9 years ago
by
Pablo Toharia
Browse files
Options
Download
Email Patches
Plain Diff
Default generator for building external dependencies with JAMBS bug fixed (4).
parent
7ac65a11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gitlabci.sh
gitlabci.sh
+2
-2
No files found.
gitlabci.sh
View file @
0cf42e41
...
...
@@ -131,11 +131,11 @@ if [[ -n "${JAMBS_TARGETS}" ]]; then
echo
`
pwd
`
cmake
..
\
cmake
\
-DJAMBS_TARGETS
=
"
$JAMBS_TARGETS
"
\
-DCMAKE_BUILD_TYPE
=
"
$BUILD_TYPE
"
\
${
BUILD_GENERATOR_PREFIX
}
"
$BUILD_GENERATOR
"
\
${
CMAKE_EXTRA_ARGS
}
${
CMAKE_EXTRA_ARGS
}
..
echo
\
cmake
--build
.
--config
${
BUILD_TYPE
}
--
${
GENERATOR_EXTRA_OPTIONS
}
cmake
--build
.
--config
${
BUILD_TYPE
}
--
${
GENERATOR_EXTRA_OPTIONS
}
...
...
This diff is collapsed.
Click to expand it.
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