Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
86b3a809
Commit
86b3a809
authored
Feb 03, 2022
by
Davis King
Browse files
Make github actions use -q so the test logs are not so spammy
parent
28328af5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/build_cmake.yml
.github/workflows/build_cmake.yml
+3
-3
No files found.
.github/workflows/build_cmake.yml
View file @
86b3a809
...
@@ -35,9 +35,9 @@ jobs:
...
@@ -35,9 +35,9 @@ jobs:
working-directory
:
${{ github.workspace }}/dlib/test/${{ env.build_dir }}
working-directory
:
${{ github.workspace }}/dlib/test/${{ env.build_dir }}
run
:
|
run
:
|
if [ "$RUNNER_OS" == "Windows" ]; then
if [ "$RUNNER_OS" == "Windows" ]; then
./${{ env.config }}/dtest.exe --runall
./${{ env.config }}/dtest.exe --runall
-q
elif [ "$RUNNER_OS" == "macOS" ]; then
elif [ "$RUNNER_OS" == "macOS" ]; then
./dtest --runall --no_test_timer
./dtest --runall --no_test_timer
-q
else
else
./dtest --runall
./dtest --runall
-q
fi;
fi;
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