Skip to content

Commit

Permalink
Removing windows packaging because it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzo committed Jul 16, 2020
1 parent 466b43c commit 8b901aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ before_deploy: # Prepare OSX to pack binaries, and Linux to publish webpage to S
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo "Detectando version $VERSION para
compilar" ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 120 make empaquetar ;
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make empaquetar ;
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ember build --environment=development ;
fi
Expand All @@ -60,7 +60,7 @@ deploy:
secure: 1ShkmF5gvpFKzCeGCPqzFl1Lm2Ox6fh0oxDWMaGKBSQW6sgeEY6TIhbYcSh4cqOSrBxazMNC4/JZ4F/I6p4fdyxESNN+aioJR02kbHRUHDC7OUPt3YfqYTQt2yAp31YItEeiwac2F7y4y54u1lAN1Ig0nKaGglKWOORhW7olsX1ZoPItkXPGvwpw8e1VKrR/F/zRhk/OYkoV7Ix/x3Zr5y1i0E25RCQa7U88Ov3h0ErkgfFtmzcI2I9ZZSw7S5ZQi7LyLYUx+29uIHvZb2h7LkZTqJOhfGqn1wgp3FSmRADxD9Gpmm56Ol+OZ9EML9SuWmtKVMPnp7xWnp+fafvrwcROdTHacFHCJNi9HUz7qMb9hHLgLFVOSso8DHrb41Em4r49AkaZC5MPe0VnrVRyuV/Neo/xBhjt0RYSBWViUVKx4O3wH0EhspkZBcpBwnKbhQ9qXB2cgbqnmreDdSyyU5exy/2i7OhNm2WGZK71eMosVdLu6RBiDmHws8jUSDIBmpo/RNSO+G8G7RaSz3+Zo20xpMDlnu+7lr/DiV8Su7186f2O7VIOpvpla3GQDRwJf2rllJn6CkGGrb4+b/N+azWs2meuzFrY/cA06IHztKMIlBF1jOawCTU2Ladc4GwbeREFHKe4J7Zt1lyCTRBl4DjjE0CvgeHFLWiDGzyZ6Uw=
file:
- binarios/${NOMBRE}-${VERSION}.dmg
- binarios/${NOMBRE}-${VERSION}.exe
#- binarios/${NOMBRE}-${VERSION}.exe
- binarios/${NOMBRE}-${VERSION}-linux-x64.zip
- binarios/${NOMBRE}-${VERSION}-linux-ia32.zip
- binarios/${NOMBRE}_${VERSION_DEB}_amd64.deb
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ version_minor:
version_major:
$(EMBER) release --major

empaquetar: build _preparar_electron _empaquetar_osx _empaquetar_win32 _empaquetar_linux
empaquetar: build _preparar_electron _empaquetar_osx _empaquetar_linux
@echo "${G}Listo, los binarios se generaron en el directorio 'binarios'.${N}"

_preparar_electron:
Expand Down

0 comments on commit 8b901aa

Please sign in to comment.