mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Revert "Add a test on github actions that builds on windows in debug mode"
This reverts commit 7009080014
.
This commit is contained in:
parent
7009080014
commit
8af4226057
13
.github/workflows/build_cpp.yml
vendored
13
.github/workflows/build_cpp.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user