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
8af42260
Commit
8af42260
authored
Apr 29, 2022
by
Davis King
Browse files
Revert "Add a test on github actions that builds on windows in debug mode"
This reverts commit
70090800
.
parent
70090800
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
.github/workflows/build_cpp.yml
.github/workflows/build_cpp.yml
+0
-13
No files found.
.github/workflows/build_cpp.yml
View file @
8af42260
...
...
@@ -114,19 +114,6 @@ jobs:
-
name
:
Build ancillary tools
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
:
runs-on
:
'
macos-latest'
steps
:
...
...
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