Skip to content

Commit ad2f9c4

Browse files
committed
update .travis.yml
1 parent 2b1c947 commit ad2f9c4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ compiler:
55
- gcc
66
os:
77
- linux
8+
before_script:
9+
- mkdir bin
10+
- cd bin
11+
- cmake ..
812
script:
9-
- if [ $TRAVIS_OS_NAME == linux ]; then mkdir bin && cd bin && cmake .. && make fi
13+
- if [ $TRAVIS_OS_NAME == linux ]; make; fi
1014
addons:
1115
apt:
1216
sources:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

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

0 commit comments

Comments
 (0)