Try to fix Appveyor diff to master
This commit is contained in:
parent
65d43df241
commit
e244787e87
@ -23,9 +23,10 @@ init:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
||||||
- git fetch
|
- git fetch --all
|
||||||
- git checkout %APPVEYOR_REPO_BRANCH%
|
- git checkout %APPVEYOR_REPO_BRANCH%
|
||||||
- git reset --hard %APPVEYOR_REPO_COMMIT%
|
- git reset --hard %APPVEYOR_REPO_COMMIT%
|
||||||
|
- git diff ..origin/master
|
||||||
- python -m pip install -r requirements.txt
|
- python -m pip install -r requirements.txt
|
||||||
- cd test
|
- cd test
|
||||||
# Download Astyle to local folder because putting it in PATH doesn't work
|
# Download Astyle to local folder because putting it in PATH doesn't work
|
||||||
|
Loading…
Reference in New Issue
Block a user