Browse Source

Added Travis CI info to docs

Thomas Buck 9 years ago
parent
commit
d656ab9e38
3 changed files with 12 additions and 0 deletions
  1. 3
    0
      ChangeLog.md
  2. 2
    0
      README.md
  3. 7
    0
      TODO.md

+ 3
- 0
ChangeLog.md View File

@@ -2,6 +2,9 @@
2 2
 
3 3
 ## OpenRaider (0.1.3) xythobuz <xythobuz@xythobuz.de>
4 4
 
5
+    [ 20140705 ]
6
+    * Added basic Travis CI support (Linux + clang only)
7
+
5 8
     [ 20140704 ]
6 9
     * Removed unnecessary #include dependencies
7 10
     * Removed vecX_t typedefs

+ 2
- 0
README.md View File

@@ -8,6 +8,8 @@ If you just want to see OpenRaider doing something on your Mac, without installi
8 8
 
9 9
 It seems as if OpenRaider will currently only work on Little-Endian platforms. This is not nice and will hopefully be fixed in the future!
10 10
 
11
+[![Build Status](https://travis-ci.org/xythobuz/OpenRaider.svg?branch=master)](https://travis-ci.org/xythobuz/OpenRaider)
12
+
11 13
 [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=xythobuz&url=https://github.com/xythobuz/OpenRaider&title=OpenRaider&language=&tags=github&category=software)
12 14
 
13 15
 ## Configuration

+ 7
- 0
TODO.md View File

@@ -28,3 +28,10 @@
28 28
     * Need useful, always available image writer alternative for screenshots then
29 29
 * When cutscene rendering is working, use TR4/5 style menu?
30 30
 
31
+# Travis CI
32
+
33
+* Currently only building on Linux with clang, SDL, SDL_TTF, ALUT and PNG
34
+* Should also build with gcc, but needs newer gcc (4.8) with C++11 support
35
+* Should also build on Mac, but needs different before_install / install scripts,
36
+  that can detect the platform they’re running on
37
+

Loading…
Cancel
Save