File tree Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change 47
47
make -j$(nproc)
48
48
make check
49
49
sudo make install
50
-
51
- ubuntu-18-04 :
52
- runs-on : ubuntu-18.04
53
- steps :
54
- - name : checkout libva
55
- uses : actions/checkout@v3
56
- with :
57
- repository : intel/libva
58
- path : libva
59
- - name : checkout libva-utils
60
- uses : actions/checkout@v3
61
- with :
62
- path : libva-utils
63
- - name : install prerequisites
64
- run : |
65
- sudo apt-get update
66
- sudo apt-get install -y --no-install-recommends \
67
- libdrm-dev \
68
- libegl1-mesa-dev \
69
- libgl1-mesa-dev \
70
- libx11-dev \
71
- libxext-dev \
72
- libxfixes-dev \
73
- libwayland-dev
74
- - name : build libva
75
- run : |
76
- cd libva
77
- ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
78
- make -j$(nproc)
79
- sudo make install
80
- - name : build libva-utils
81
- run : |
82
- cd libva-utils
83
- ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
84
- make -j$(nproc)
85
- make check
86
- sudo make install
You can’t perform that action at this time.
0 commit comments