Maschell / dynamic_libs

21 stars 5 forks source link

Add Travis CI file #22

Closed Crayon2000 closed 6 years ago

Crayon2000 commented 6 years ago

Added a .travis.yml file to allow Travis CI to compile the lib each time a commit is done. This will also help validate pull requests.

It is configured to always take the latest DevkitPro release.

@Maschell you will need to add the repository to Travis CI to make it work.

You may also add this badge to the readme file: [![Build Status](https://travis-ci.org/Maschell/dynamic_libs.svg?branch=master)](https://travis-ci.org/Maschell/dynamic_libs) The result: Build Status

If you need help, let me know :)