Skip to content

Commit

Permalink
Merge pull request #34 from Dids/development
Browse files Browse the repository at this point in the history
Updating Build_Clover to the latest version
  • Loading branch information
Dids authored Dec 3, 2017
2 parents 74993f7 + e143bfb commit 942a78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cache:
install:
## TODO: Switch back to master one the non-interactive features are in
## NOTE: Be sure to also update BuildCloverConfig.txt to use the master branch
- wget "https://github.com/Micky1979/Build_Clover/raw/fab05ab353d1c56e1afa0dc00cf0d5d28ecbc3c8/Build_Clover.command"
- wget "https://github.com/Micky1979/Build_Clover/raw/master/Build_Clover.command"
- chmod +x Build_Clover.command
- cp -f "${TRAVIS_BUILD_DIR}/BuildCloverConfig.txt" "${HOME}/BuildCloverConfig.txt"
- sed -i -e "s/.*SUGGESTED_CLOVER_REV.*/SUGGESTED_CLOVER_REV=${CLOVER_REVISION}/" "${HOME}/BuildCloverConfig.txt"
Expand Down
2 changes: 1 addition & 1 deletion BuildCloverConfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BUILD_ISO=NO
USEHFSPLUS=YES
USEAPFS=YES
USENTFS=YES
GITHUB=https://raw.githubusercontent.com/Micky1979/Build_Clover/fab05ab353d1c56e1afa0dc00cf0d5d28ecbc3c8/Build_Clover.command
GITHUB=https://raw.githubusercontent.com/Micky1979/Build_Clover/master/Build_Clover.command
CLOVER_REP=svn://svn.code.sf.net/p/cloverefiboot/code
EDK2_REP=svn://svn.code.sf.net/p/edk2/code/trunk/edk2
DISABLE_CLEAR=YES
Expand Down

0 comments on commit 942a78c

Please sign in to comment.