Skip to content

Commit

Permalink
update .travis.yml part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 16, 2018
1 parent 85142a3 commit 772a315
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:
- cd bin
- cmake ..
script:
- if [ $TRAVIS_OS_NAME == linux ]; make; fi
- if [ $TRAVIS_OS_NAME == linux ]; then make; fi
addons:
apt:
sources:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
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
X-Ray Engine 1.6 expansion
==========================

### Build Status:

|Platform|Build Status|
|--------|------|
| Linux |[![Build Status](https://api.travis-ci.org/q4a/xray-16.svg?branch=xd_dev)](https://travis-ci.org/q4a/xray-16)|
| Windows |[![Build status](https://ci.appveyor.com/api/projects/status/beb4c2xtyru4galx?svg=true)](https://ci.appveyor.com/project/q4a/xray-16)|

This repository contains X-Ray Engine sources based on version 1.6.02.
The original engine is used in S.T.A.L.K.E.R. Call of Pripyat game released by GSC Game World.

Expand Down

0 comments on commit 772a315

Please sign in to comment.