Skip to content

Commit

Permalink
CI: add FreeBSD gmmlib workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Dec 8, 2021
1 parent b653a8d commit c939d3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
install:
- sudo ln -sf /usr/local/libdata/pkgconfig /usr/local/lib/
- git clone https://github.com/intel/gmmlib.git
- | # Workaround until https://github.com/intel/gmmlib/pull/68 is merged
if ! fgrep -q freebsd gmmlib/.travis.yml; then
(cd gmmlib && git fetch origin pull/68/head:freebsd && git checkout freebsd)
fi
- (cd gmmlib && cmake -B _build -G Ninja && cmake --build _build && sudo cmake --install _build)
- git clone https://github.com/intel/libva.git
- (cd libva && meson _build && meson compile -C _build && sudo meson install -C _build)
Expand Down

0 comments on commit c939d3b

Please sign in to comment.