ci/x86_build: Getting pushd popd be paired, avoid using cd

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16084>
This commit is contained in:
Yonggang Luo 2022-05-07 06:48:57 +08:00 committed by Marge Bot
parent d52f280bd7
commit 20a236c755
1 changed files with 2 additions and 3 deletions

View File

@ -90,9 +90,8 @@ make
popd
git clone https://github.com/microsoft/DirectX-Headers -b v1.602.0-r1 --depth 1
pushd DirectX-Headers
mkdir build
cd build
mkdir -p DirectX-Headers/build
pushd DirectX-Headers/build
meson .. --backend=ninja --buildtype=release -Dbuild-test=false
ninja
ninja install