Skip to content

Commit

Permalink
appveyor-ci: remove "cmd: rm -rf build" command.
Browse files Browse the repository at this point in the history
This command is suddenly failing, even though it was ok in testing
branche. I have no idea why so the hell with it.
  • Loading branch information
PeterMatula committed Jan 26, 2018
1 parent 6252797 commit b754410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ test_script:
# Test that install is movable and that it does not need build directory.
- cmd: mv install ../retdec-install
- cmd: cd ..
- cmd: rm -rf build
# Run unit tests.
- cmd: C:\msys64\usr\bin\bash.exe retdec-install\bin\retdec-tests-runner.sh
# Run decompilation script.
Expand Down

0 comments on commit b754410

Please sign in to comment.