Skip to content

Commit

Permalink
build: test built binary (iterative#4839)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Nov 3, 2020
1 parent 4a3f06d commit 7da3de4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build_windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ call dvc pull || goto :error
echo ====== Building dvc binary... ======
call pyinstaller --additional-hooks-dir scripts\hooks dvc/__main__.py --name dvc --specpath build

echo ====== Testing dvc binary... ======
call dist\dvc\dvc.exe version || goto :error

echo ====== Copying additional files... ======
copy scripts\innosetup\addSymLinkPermissions.ps1 dist\ || goto :error

Expand Down

0 comments on commit 7da3de4

Please sign in to comment.