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
|
||||
run: cmake --build build --config Release --target imglab htmlify dtoc --parallel 4
|
||||
|
||||
macos-latest:
|
||||
runs-on: 'macos-latest'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure
|
||||
# MacOS machines often come with low quality BLAS libraries installed, so don't use those.
|
||||
run: cmake ${{ github.workspace }}/dlib/test -B build -DDLIB_USE_BLAS=0 -DDLIB_USE_LAPACK=0
|
||||
- name: Build just tests
|
||||
run: cmake --build build --config Release --target dtest --parallel 4
|
||||
- name: Test
|
||||
run: build/dtest --runall --no_test_timer -q
|
||||
- name: Build examples, etc
|
||||
run: cmake --build build --config Release --parallel 2
|
||||
# Disable this because macos targets aren't working on github actions right now.
|
||||
#macos-latest:
|
||||
# runs-on: 'macos-latest'
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: Configure
|
||||
# # MacOS machines often come with low quality BLAS libraries installed, so don't use those.
|
||||
# run: cmake ${{ github.workspace }}/dlib/test -B build -DDLIB_USE_BLAS=0 -DDLIB_USE_LAPACK=0
|
||||
# - name: Build just tests
|
||||
# run: cmake --build build --config Release --target dtest --parallel 4
|
||||
# - name: Test
|
||||
# run: build/dtest --runall --no_test_timer -q
|
||||
# - name: Build examples, etc
|
||||
# run: cmake --build build --config Release --parallel 2
|
||||
|
Loading…
Reference in New Issue
Block a user