mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
First test of TravisCI build.
This commit is contained in:
parent
f7d1c9b0fe
commit
ddaf6115d9
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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"
|
Loading…
Reference in New Issue
Block a user