mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Modify .travis.yml to enable Travis.
Fix the master git repo name in Github, also the one in git-version-gen.cmd. Display Shell Export List to help debugging our Travis Build.
This commit is contained in:
parent
952098c00f
commit
da85fba015
3 changed files with 13 additions and 4 deletions
|
@ -13,7 +13,7 @@ rem // A copy of the GPL 2.0 should have been included with the program.
|
|||
rem // If not, see http://www.gnu.org/licenses/
|
||||
|
||||
rem // Official git repository and contact information can be found at
|
||||
rem // https://github.com/DHrpcs3/rpcs3 and http://rpcs3.net/.
|
||||
rem // https://github.com/RPCS3/rpcs3 and http://rpcs3.net/.
|
||||
|
||||
setlocal ENABLEDELAYEDEXPANSION
|
||||
|
||||
|
@ -25,7 +25,7 @@ call %GIT% describe > NUL 2> NUL
|
|||
if errorlevel 1 (
|
||||
echo Git not on path, trying default Msysgit paths
|
||||
set GIT="%ProgramFiles(x86)%\Git\bin\git.exe"
|
||||
call !GIT! describe > NUL 2> NUL
|
||||
call %GIT% describe > NUL 2> NUL
|
||||
if errorlevel 1 (
|
||||
set GIT="%ProgramFiles%\Git\bin\git.exe"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue