Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Jan 29, 2021
1 parent 661e8ab commit b5d8520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ matrix:
osx_image: xcode12.3
env:
- additional_defines="-DBUILD_SHARED_LIBS=OFF -DENABLE_CUDA=OFF"
- MATRIX_EVAL="brew install yasm && unset CC && unset CXX"
- MATRIX_EVAL="brew install yasm nasm libomp && unset CC && unset CXX"
- USE_VCPKG=true
- VCPKG_ROOT="$HOME/vcpkg"
- VCPKG_DEFINES="-DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake"
Expand Down Expand Up @@ -197,6 +197,7 @@ matrix:
update: true
packages:
- yasm
- nasm
env:
- additional_defines="-DBUILD_SHARED_LIBS=OFF"
- USE_VCPKG=true
Expand Down

0 comments on commit b5d8520

Please sign in to comment.