mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-25 04:10:15 +10:00
(experiment) re-enable everything(?) and remove Mac stuff from Travis
This commit is contained in:
@@ -14,7 +14,6 @@ language: node_js
|
||||
node_js: "12.14.1"
|
||||
|
||||
install:
|
||||
- node getpwd.js
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
- . install_deps.sh
|
||||
@@ -25,9 +24,6 @@ script:
|
||||
- ./build.sh
|
||||
|
||||
before_deploy:
|
||||
- ./sign_mac_app.sh
|
||||
- ./create_zip.sh
|
||||
- ./create_dmg.sh
|
||||
- ./sum.sh
|
||||
|
||||
deploy:
|
||||
@@ -41,7 +37,6 @@ deploy:
|
||||
- ./*.sha256
|
||||
- ./*.zip
|
||||
- ./*.tar.gz
|
||||
- ./*.dmg
|
||||
- ./*.deb
|
||||
- ./*.rpm
|
||||
- ./*.AppImage
|
||||
@@ -50,5 +45,5 @@ deploy:
|
||||
all_branches: true
|
||||
condition: $SHOULD_BUILD = yes
|
||||
|
||||
#after_deploy:
|
||||
#- ./update_version.sh
|
||||
after_deploy:
|
||||
- ./update_version.sh
|
||||
|
||||
Reference in New Issue
Block a user