mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Disable mac osx CI
This commit is contained in:
parent
19a952c3a4
commit
46e59a2174
27
.github/workflows/build_cpp.yml
vendored
27
.github/workflows/build_cpp.yml
vendored
@ -225,16 +225,17 @@ jobs:
|
|||||||
- name: Build ancillary tools
|
- name: Build ancillary tools
|
||||||
run: cmake --build build --config Release --target imglab htmlify dtoc --parallel 4
|
run: cmake --build build --config Release --target imglab htmlify dtoc --parallel 4
|
||||||
|
|
||||||
macos-latest:
|
# Disable this because macos targets aren't working on github actions right now.
|
||||||
runs-on: 'macos-latest'
|
#macos-latest:
|
||||||
steps:
|
# runs-on: 'macos-latest'
|
||||||
- uses: actions/checkout@v2
|
# steps:
|
||||||
- name: Configure
|
# - uses: actions/checkout@v2
|
||||||
# MacOS machines often come with low quality BLAS libraries installed, so don't use those.
|
# - name: Configure
|
||||||
run: cmake ${{ github.workspace }}/dlib/test -B build -DDLIB_USE_BLAS=0 -DDLIB_USE_LAPACK=0
|
# # MacOS machines often come with low quality BLAS libraries installed, so don't use those.
|
||||||
- name: Build just tests
|
# run: cmake ${{ github.workspace }}/dlib/test -B build -DDLIB_USE_BLAS=0 -DDLIB_USE_LAPACK=0
|
||||||
run: cmake --build build --config Release --target dtest --parallel 4
|
# - name: Build just tests
|
||||||
- name: Test
|
# run: cmake --build build --config Release --target dtest --parallel 4
|
||||||
run: build/dtest --runall --no_test_timer -q
|
# - name: Test
|
||||||
- name: Build examples, etc
|
# run: build/dtest --runall --no_test_timer -q
|
||||||
run: cmake --build build --config Release --parallel 2
|
# - name: Build examples, etc
|
||||||
|
# run: cmake --build build --config Release --parallel 2
|
||||||
|
Loading…
Reference in New Issue
Block a user