mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-10 02:31:48 +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
|
- 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