Skip to content

Commit

Permalink
Added Travis CI configuration to test build on Linux, Windows and OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
nevkontakte committed Dec 8, 2018
1 parent 22922e7 commit 404ed2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: cpp
compiler:
- gcc
services:
- docker
env:
- TARGET_PLATFORM=mac
- TARGET_PLATFORM=win
- TARGET_PLATFORM=lin
before_install:
- chmod a+rwx src/
- (cd docker; make .image)
script:
- (cd docker; make $TARGET_PLATFORM)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FlyWithLua for X-Plane 11
=========================

[![Build Status](https://travis-ci.org/nevkontakte/FlyWithLua.svg)](https://travis-ci.org/nevkontakte/FlyWithLua)

This is the official source code repository for the FlyWithLua plugin project.

FlyWithLua offers Lua scripting to X-Plane since X-Plane 9.
Expand Down

0 comments on commit 404ed2d

Please sign in to comment.