mirror of
https://github.com/VSCodium/vscodium.git
synced 2025-01-07 09:48:44 +03:00
(experiment) manual brew
This commit is contained in:
parent
2bf1841c64
commit
a5782f621b
@ -14,12 +14,6 @@ jobs:
|
||||
dist: trusty
|
||||
- os: osx
|
||||
osx_image: xcode12
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- jq
|
||||
- zip
|
||||
update: true
|
||||
|
||||
language: node_js
|
||||
node_js: "12.14.1"
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew install jq zip
|
||||
else
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y fakeroot jq
|
||||
triplet=
|
||||
|
Loading…
Reference in New Issue
Block a user