File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ compiler:
55- gcc
66os :
77- linux
8+ before_script :
9+ - mkdir bin
10+ - cd bin
11+ - cmake ..
812script :
9- - if [ $TRAVIS_OS_NAME == linux ]; then mkdir bin && cd bin && cmake .. && make fi
13+ - if [ $TRAVIS_OS_NAME == linux ]; make; fi
1014addons :
1115 apt :
1216 sources :
Original file line number Diff line number Diff line change 1- X-Ray Engine 1.6 expansion [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/beb4c2xtyru4galx?svg=true )] ( https://ci.appveyor.com/project/q4a/xray-16 )
1+ X-Ray Engine 1.6 expansion [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/beb4c2xtyru4galx?svg=true )] ( https://ci.appveyor.com/project/q4a/xray-16 ) (Windows) [ ![ Build Status ] ( https://api.travis-ci.org/q4a/xray-16.svg?branch=xd_dev )] ( https://travis-ci.org/q4a/xray-16 ) (Linux)
22==========================
33
44This repository contains X-Ray Engine sources based on version 1.6.02.
You can’t perform that action at this time.
0 commit comments