Skip to content

Commit

Permalink
Travis: added last known working commit, modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Aug 26, 2017
1 parent b4de720 commit ce7b831
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,12 @@ before_script:
- export PATH=${PATH}:${PS2DEV}/bin:${PS2DEV}/ee/bin:${PS2DEV}/iop/bin:${PS2DEV}/dvp/bin:${PS2SDK}/bin
- git clone https://github.com/ps2dev/ps2toolchain.git
- cd ps2toolchain/
- travis_wait 60 bash ./toolchain.sh > /tmp/PS2TOOLCHAIN.log 2>&1
- git checkout 9d1d184
- travis_wait 60 bash ./toolchain.sh 1 > /tmp/PS2TOOLCHAIN1.log 2>&1
- travis_wait 60 bash ./toolchain.sh 2 > /tmp/PS2TOOLCHAIN2.log 2>&1
- travis_wait 60 bash ./toolchain.sh 3 > /tmp/PS2TOOLCHAIN3.log 2>&1
- travis_wait 60 bash ./toolchain.sh 4 > /tmp/PS2TOOLCHAIN4.log 2>&1
- travis_wait 60 bash ./toolchain.sh 5 > /tmp/PS2TOOLCHAIN5.log 2>&1
- cd $TRAVIS_BUILD_DIR
- git clone https://github.com/ps2dev/ps2sdk-ports.git
- cd ps2sdk-ports/libjpeg
Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/AKuHAK/uLaunchELF.svg?branch=master)](https://travis-ci.org/AKuHAK/uLaunchELF)

# uLaunchELF
uLaunchELF, also known as uLE (abbreviated), is an open source file manager and executable launcher for the Playstation 2 console based off of the original LaunchELF. It contains many different features, including a text editor, hard drive manager, as well as network support, and much more.
For more information, please visit http://psx-scene.com/forums/official-ulaunchelf-forums/

0 comments on commit ce7b831

Please sign in to comment.