Skip to content

Commit

Permalink
Improve the wording of a comment in .appveyor.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Oct 1, 2018
1 parent fc51304 commit 2c68538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ build_script:
- cmd: cmake --build . --config Release --target install -- -m

test_script:
# Check that install is movable and that it does not need the build directory.
# Check that the installation directory is movable and that it does not need
# the build directory.
- cmd: mv install ../retdec-install
- cmd: cd ..
# Run unit tests.
Expand Down

0 comments on commit 2c68538

Please sign in to comment.