mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 21:04:06 +00:00
travis: fix cwd when running tests
Make sure we don't go messing with the cwd when running different tests. This way we can always assume we start in the top level source dir.
This commit is contained in:
parent
5325fd5162
commit
f140a0339f
1 changed files with 2 additions and 1 deletions
|
@ -49,9 +49,10 @@ build() {
|
|||
# Do an out-of-tree build and make sure we can create a release tarball.
|
||||
build_out_of_tree() {
|
||||
mkdir -p build/native
|
||||
cd build/native
|
||||
pushd build/native >/dev/null
|
||||
../../configure
|
||||
make -j${JOBS} distcheck VERBOSE=1
|
||||
popd >/dev/null
|
||||
}
|
||||
|
||||
main() {
|
||||
|
|
Loading…
Reference in a new issue