mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-22 15:04:34 +00:00
Merge pull request #187 from phil-el/master
Do not fail travis build if the build directory already exists.
This commit is contained in:
commit
613b354199
@ -24,7 +24,7 @@ install:
|
||||
- export VULKAN_SDK=$TRAVIS_BUILD_DIR/$VK_VERSION/x86_64
|
||||
|
||||
script:
|
||||
- mkdir build
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
|
Loading…
Reference in New Issue
Block a user