Skip to content

Commit

Permalink
Add travis support (#16)
Browse files Browse the repository at this point in the history
* Add travis support

* Update .travis.yml
  • Loading branch information
frangarcj authored and d3m3vilurr committed Dec 9, 2016
1 parent 4c9b942 commit 2d82e85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
sudo: false

script:
- cd $TRAVIS_BUILD_DIR
- curl https://api.github.com/repos/vitasdk/autobuilds/releases | grep browser_download_url | grep linux | head -n 1 | cut -d '"' -f 4 | xargs curl -L | tar xj
- export VITASDK=$PWD/vitasdk
- export PATH=$VITASDK/bin:$PATH
- for f in */Makefile; do make -C ${f%/*} all; done

0 comments on commit 2d82e85

Please sign in to comment.