Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HexEx
libHexEx
Commits
32cc0db7
Commit
32cc0db7
authored
Dec 09, 2020
by
Max Lyon
Browse files
fix path to unittests in ci scripts
parent
ea85fc77
Pipeline
#16247
failed with stage
in 3 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-linux.sh
View file @
32cc0db7
...
...
@@ -102,7 +102,7 @@ echo "Running unittests Release version"
echo
"======================================================================"
echo
-e
"
${
NC
}
"
cd
Build
cd
Build
/bin
#execute tests
./unittests
--gtest_color
=
yes
--gtest_output
=
xml
...
...
CI/ci-mac.sh
View file @
32cc0db7
...
...
@@ -83,7 +83,7 @@ echo "Running unittests Release version"
echo
"======================================================================"
echo
-e
"
${
NC
}
"
cd
Build
cd
Build
/bin
#execute tests
./unittests
--gtest_color
=
yes
--gtest_output
=
xml
...
...
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