VulkanMemoryAllocator/.travis.yml

13 lines
255 B
YAML
Raw Normal View History

2017-08-21 10:47:39 +00:00
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"