This commit is contained in:
parent
c3142f3117
commit
1ad45dec5e
1 changed files with 2 additions and 0 deletions
|
@ -4,8 +4,10 @@ set -e
|
||||||
cd $(git rev-parse --show-toplevel)/
|
cd $(git rev-parse --show-toplevel)/
|
||||||
rm -rf ./build && mkdir build/ && cd build
|
rm -rf ./build && mkdir build/ && cd build
|
||||||
|
|
||||||
|
Xvfb :99 -screen 0 1024x768x16 &
|
||||||
export CXX=$(which g++)
|
export CXX=$(which g++)
|
||||||
export CC=$(which gcc)
|
export CC=$(which gcc)
|
||||||
|
export DISPLAY=:99
|
||||||
|
|
||||||
lshw -C display
|
lshw -C display
|
||||||
vulkaninfo --summary
|
vulkaninfo --summary
|
||||||
|
|
Loading…
Add table
Reference in a new issue