Browse Source

Try to fix Appveyor diff to master

master
Thom Wiggers 5 years ago
parent
commit
e244787e87
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      appveyor.yml

+ 2
- 1
appveyor.yml View File

@@ -23,9 +23,10 @@ init:

build_script:
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch
- git fetch --all
- git checkout %APPVEYOR_REPO_BRANCH%
- git reset --hard %APPVEYOR_REPO_COMMIT%
- git diff ..origin/master
- python -m pip install -r requirements.txt
- cd test
# Download Astyle to local folder because putting it in PATH doesn't work


Loading…
Cancel
Save