diff options
Diffstat (limited to 'ci/script.sh')
-rwxr-xr-x | ci/script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh index c17bbbd2..c94e28f8 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -28,6 +28,7 @@ if [ "$TRAVIS_OS_NAME" == "windows" ]; then cp "./target/debug/winpty-agent.exe" "./target/debug/deps" fi cargo test -p winpty || error=true + ./wix/build.sh fi if [ $error == "true" ]; then |