mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
13 lines
255 B
YAML
13 lines
255 B
YAML
language: cpp
|
|
dist: trusty
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
install:
|
|
- curl https://vulkan.lunarg.com/sdk/home#sdk/downloadConfirm/1.0.57.0/linux/vulkansdk-linux-x86_64-1.0.57.0.run
|
|
- ./vulkansdk-linux-x86_64-1.0.57.0.run
|
|
|
|
script: echo "Foo"
|