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
979a22c5
Unverified
Commit
979a22c5
authored
Feb 07, 2022
by
Juha Reunanen
Committed by
GitHub
Feb 06, 2022
Browse files
Make Github Actions build more stuff (in particular, the examples) (#2502)
parent
7048f4c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.github/workflows/build_cmake.yml
.github/workflows/build_cmake.yml
+6
-1
No files found.
.github/workflows/build_cmake.yml
View file @
979a22c5
...
@@ -27,7 +27,7 @@ jobs:
...
@@ -27,7 +27,7 @@ jobs:
working-directory
:
${{ github.workspace }}/dlib/test
working-directory
:
${{ github.workspace }}/dlib/test
run
:
cmake . -B ${{ env.build_dir }}
run
:
cmake . -B ${{ env.build_dir }}
-
name
:
Build
-
name
:
Build
just tests
working-directory
:
${{ github.workspace }}/dlib/test
working-directory
:
${{ github.workspace }}/dlib/test
run
:
cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target dtest
run
:
cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target dtest
...
@@ -41,3 +41,8 @@ jobs:
...
@@ -41,3 +41,8 @@ jobs:
else
else
./dtest --runall -q
./dtest --runall -q
fi;
fi;
-
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 }}
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