File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ before_script:
12
12
- cd bin
13
13
- cmake ..
14
14
script :
15
- - if [ $TRAVIS_OS_NAME == linux ]; make; fi
15
+ - if [ $TRAVIS_OS_NAME == linux ]; then make; fi
16
16
addons :
17
17
apt :
18
18
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 ) - Windows; [ ![ Build Status ] ( https://api.travis-ci.org/q4a/xray-16.svg?branch=xd_dev )] ( https://travis-ci.org/q4a/xray-16 ) - Linux
1
+ X-Ray Engine 1.6 expansion
2
2
==========================
3
3
4
+ ### Build Status:
5
+
6
+ | Platform| Build Status|
7
+ | --------| ------|
8
+ | Linux | [ ![ Build Status] ( https://api.travis-ci.org/q4a/xray-16.svg?branch=xd_dev )] ( https://travis-ci.org/q4a/xray-16 ) |
9
+ | Windows | [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/beb4c2xtyru4galx?svg=true )] ( https://ci.appveyor.com/project/q4a/xray-16 ) |
10
+
4
11
This repository contains X-Ray Engine sources based on version 1.6.02.
5
12
The original engine is used in S.T.A.L.K.E.R. Call of Pripyat game released by GSC Game World.
6
13
You can’t perform that action at this time.
0 commit comments