mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Create .travis.yml
Initial travis CI config file push. Further calibration will be required to dial the settings in.
This commit is contained in:
parent
cc906b95c2
commit
57d18682b8
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
Loading…
Reference in a new issue