mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-23 16:37:26 +03:00
(experiment) small travis yml changes
This commit is contained in:
parent
6142ac4170
commit
96e27cd232
10
.travis.yml
10
.travis.yml
@ -1,5 +1,5 @@
|
|||||||
matrix:
|
#jobs:
|
||||||
include:
|
# include:
|
||||||
# - os: linux
|
# - os: linux
|
||||||
# sudo: required
|
# sudo: required
|
||||||
# env: BUILDARCH=x64
|
# env: BUILDARCH=x64
|
||||||
@ -12,8 +12,8 @@ matrix:
|
|||||||
# sudo: required
|
# sudo: required
|
||||||
# env: BUILDARCH=arm
|
# env: BUILDARCH=arm
|
||||||
# dist: trusty
|
# dist: trusty
|
||||||
- os: osx
|
os: osx
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
- jq
|
- jq
|
||||||
@ -43,7 +43,7 @@ deploy:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
name: $LATEST_MS_TAG
|
name: $LATEST_MS_TAG
|
||||||
api_key: $GITHUB_TOKEN
|
token: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file:
|
file:
|
||||||
- ./*.sha256
|
- ./*.sha256
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
if [ -d vscode ]; then
|
if [ -d vscode ]; then
|
||||||
cd vscode
|
cd vscode
|
||||||
git fetch --all
|
git fetch --all
|
||||||
|
Loading…
Reference in New Issue
Block a user