First test of TravisCI build.

This commit is contained in:
Adam Sawicki 2017-08-21 12:47:39 +02:00
parent f7d1c9b0fe
commit ddaf6115d9

12
.travis.yml Normal file
View 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"