Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
ac3a5f65
Commit
ac3a5f65
authored
Oct 19, 2018
by
Patrick Steinhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: write xml during test runs
(cherry picked from commit
a84863fc
)
parent
61f5cb54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ci/build.ps1
+1
-1
ci/build.sh
+2
-2
No files found.
ci/build.ps1
View file @
ac3a5f65
...
@@ -18,7 +18,7 @@ Write-Host "####################################################################
...
@@ -18,7 +18,7 @@ Write-Host "####################################################################
Write-Host
"## Configuring build environment"
Write-Host
"## Configuring build environment"
Write-Host
"##############################################################################"
Write-Host
"##############################################################################"
Invoke-Expression
"cmake
${
SourceDirectory
}
-DBUILD_EXAMPLES=ON
${
Env
:CMAKE_OPTIONS
}
"
Invoke-Expression
"cmake
${
SourceDirectory
}
-DBUILD_EXAMPLES=ON
-DCLAR_XML=
${
BuildDirectory
}
${
Env
:CMAKE_OPTIONS
}
"
if
(
$LastExitCode
-ne 0
)
{
[
Environment]::Exit
(
$LastExitCode
)
}
if
(
$LastExitCode
-ne 0
)
{
[
Environment]::Exit
(
$LastExitCode
)
}
Write-Host
""
Write-Host
""
...
...
ci/build.sh
View file @
ac3a5f65
...
@@ -28,8 +28,8 @@ echo "##########################################################################
...
@@ -28,8 +28,8 @@ echo "##########################################################################
echo
"## Configuring build environment"
echo
"## Configuring build environment"
echo
"##############################################################################"
echo
"##############################################################################"
echo
cmake
${
SOURCE_DIR
}
-DBUILD_EXAMPLES
=
ON
${
CMAKE_OPTIONS
}
echo
cmake
${
SOURCE_DIR
}
-DBUILD_EXAMPLES
=
ON
-DCLAR_XML
=
\"
${
BUILD_DIR
}
\"
${
CMAKE_OPTIONS
}
cmake
${
SOURCE_DIR
}
-DBUILD_EXAMPLES
=
ON
${
CMAKE_OPTIONS
}
cmake
${
SOURCE_DIR
}
-DBUILD_EXAMPLES
=
ON
-DCLAR_XML
=
"
${
BUILD_DIR
}
"
${
CMAKE_OPTIONS
}
echo
""
echo
""
echo
"##############################################################################"
echo
"##############################################################################"
...
...
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