Skip to content

Commit

Permalink
Add Travis CI with gluac v20151107.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainPRICE committed Jun 10, 2017
1 parent be887de commit 36d3e68
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sudo: false
language: c

addons:
apt:
packages:
- libc6:i386
- libstdc++6:i386

before_install:
# Download gluac v20151107
- wget https://github.com/garrysmodlua/gtravis/releases/download/v20151107/gluac.tar.xz
- tar -xf gluac.tar.xz
- export LD_LIBRARY_PATH=`pwd`/gluac${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH:-}

# Set $PATH environment variable in order to execute gluac
- export PATH=$PATH:`pwd`/gluac

- echo $PWD

script: find lua/ -iname '*.lua' -print0 | xargs -0 -- gluac -p --
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MIDI Parser for Garry's Mod Lua

[![Travis Build Status](https://img.shields.io/travis/garrysmodlua/GLua-midi-parser/master.svg?style=flat-square&maxAge=30)](https://travis-ci.org/garrysmodlua/GLua-midi-parser)

**It is not perfect**! Use it for experimental purposes.
This is a GLua fork of [Lua_midiParser](https://github.com/FMS-Cat/Lua_midiParser).

Expand Down

0 comments on commit 36d3e68

Please sign in to comment.