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
c89bf6b7
"docs/source/vscode:/vscode.git/clone" did not exist on "5598503aa097f3c368b9e0025e15e26b904e71f2"
Commit
c89bf6b7
authored
Feb 06, 2022
by
Davis King
Browse files
try less parallelism and see if that doesn't break github actions
parent
42c74c38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build_cmake.yml
.github/workflows/build_cmake.yml
+2
-2
No files found.
.github/workflows/build_cmake.yml
View file @
c89bf6b7
...
...
@@ -29,7 +29,7 @@ jobs:
-
name
:
Build just tests
working-directory
:
${{ github.workspace }}/dlib/test
run
:
cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target dtest --parallel
8
run
:
cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target dtest --parallel
4
-
name
:
Test
working-directory
:
${{ github.workspace }}/dlib/test/${{ env.build_dir }}
...
...
@@ -45,4 +45,4 @@ jobs:
-
name
:
Build examples, etc
if
:
matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
working-directory
:
${{ github.workspace }}/dlib/test
run
:
cmake --build ${{ env.build_dir }} --config ${{ env.config }} --parallel
8
run
:
cmake --build ${{ env.build_dir }} --config ${{ env.config }} --parallel
2
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