summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/before_deploy.sh1
-rwxr-xr-xci/script.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 96f856e4..69ac5663 100755
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -57,7 +57,6 @@ elif [ "$TRAVIS_OS_NAME" == "windows" ]; then
choco install 7zip
7z a -tzip "./target/deploy/${name}-windows.zip" "./target/release/alacritty.exe" \
"./target/release/winpty-agent.exe"
- ./wix/build.sh
mv "./wix/alacritty.msi" "./target/deploy/${name}.msi"
fi
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