Skip to content

Commit

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

This repository contains X-Ray Engine sources based on version 1.6.02.
Expand Down

0 comments on commit ad2f9c4

Please sign in to comment.