Add explanation of Git configuration step
This commit is contained in:
parent
6fd57853bd
commit
50ed26590f
@ -20,6 +20,7 @@ build_script:
|
|||||||
- echo "%JL_BUILD_SCRIPT%"
|
- echo "%JL_BUILD_SCRIPT%"
|
||||||
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
|
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
|
||||||
test_script:
|
test_script:
|
||||||
|
# Git configuration is required to make commits in generated packages.
|
||||||
- git config --global user.name "AppVeyor"
|
- git config --global user.name "AppVeyor"
|
||||||
- git config --global user.email "appveyor@example.com"
|
- git config --global user.email "appveyor@example.com"
|
||||||
- echo "%JL_TEST_SCRIPT%"
|
- echo "%JL_TEST_SCRIPT%"
|
||||||
|
@ -13,6 +13,7 @@ matrix:
|
|||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
before_script:
|
before_script:
|
||||||
|
# Git configuration is required to make commits in generated packages.
|
||||||
- git config --global user.name "Travis"
|
- git config --global user.name "Travis"
|
||||||
- git config --global user.email "travis@example.com"
|
- git config --global user.email "travis@example.com"
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user