Skip to content

Commit

Permalink
updated with no error
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Dec 30, 2019
1 parent fad0c2b commit 973c9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ build_script:
test_script:
- travis-tool.sh run_tests
- ls
- cp -ravTf *.zip %APPVEYOR_BUILD_FOLDER%
- cp -ravTf C:/run %APPVEYOR_BUILD_FOLDER%
- cp -ravTf *.zip %APPVEYOR_BUILD_FOLDER% & exit 0
- cp -ravTf C:/run %APPVEYOR_BUILD_FOLDER% & exit 0
- cd %APPVEYOR_BUILD_FOLDER%
- ls
- for %%i in (*.zip) do echo %%~ni> zip_filename.txt
Expand Down

0 comments on commit 973c9f6

Please sign in to comment.