Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMansolino authored Mar 24, 2020
1 parent 4b5d2fc commit eff4f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build: off

test_script:
- set WEBOTS_HOME=%APPVEYOR_BUILD_FOLDER%
- python --version
- python -m unittest discover -s %APPVEYOR_BUILD_FOLDER%\\docs\\tests
- ps: if ($env:APPVEYOR_REPO_TAG -ne "true") { python $env:APPVEYOR_BUILD_FOLDER\\tests\\sources\\generate_diff.py $env:APPVEYOR_REPO_COMMIT $env:APPVEYOR_REPO_NAME }
- python -m unittest discover -s %APPVEYOR_BUILD_FOLDER%\\tests\\sources

0 comments on commit eff4f5f

Please sign in to comment.