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
70090800
Commit
70090800
authored
Apr 29, 2022
by
Davis King
Browse files
Add a test on github actions that builds on windows in debug mode
parent
9db84f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
.github/workflows/build_cpp.yml
.github/workflows/build_cpp.yml
+13
-0
No files found.
.github/workflows/build_cpp.yml
View file @
70090800
...
@@ -114,6 +114,19 @@ jobs:
...
@@ -114,6 +114,19 @@ jobs:
-
name
:
Build ancillary tools
-
name
:
Build ancillary tools
run
:
cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target imglab htmlify dtoc --parallel
4
run
:
cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target imglab htmlify dtoc --parallel
4
windows-latest-debug
:
runs-on
:
'
windows-latest'
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Configure
run
:
cmake . -B ${{ env.build_dir }}
-
name
:
Build just tests
run
:
cmake --build ${{ env.build_dir }} --config Debug --target dtest --parallel
4
-
name
:
Build ancillary tools
run
:
cmake --build ${{ env.build_dir }} --config Debug --target imglab htmlify dtoc --parallel
4
-
name
:
Build everything else
run
:
cmake --build ${{ env.build_dir }} --config Debug
macos-latest
:
macos-latest
:
runs-on
:
'
macos-latest'
runs-on
:
'
macos-latest'
steps
:
steps
:
...
...
fengzch-das
@Fzc7075
mentioned in commit
8af42260
·
May 27, 2025
mentioned in commit
8af42260
mentioned in commit 8af422605720e12b59c66569be5b096ac7e85cdc
Toggle commit list
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