mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Do not fail travis build if the build directory already exists.
This commit is contained in:
parent
b90d64290e
commit
f650922bea
@ -24,7 +24,7 @@ install:
|
|||||||
- export VULKAN_SDK=$TRAVIS_BUILD_DIR/$VK_VERSION/x86_64
|
- export VULKAN_SDK=$TRAVIS_BUILD_DIR/$VK_VERSION/x86_64
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir -p build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user