mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-25 04:10:15 +10:00
(experiment) manual brew
This commit is contained in:
@@ -14,12 +14,6 @@ jobs:
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode12
|
osx_image: xcode12
|
||||||
addons:
|
|
||||||
homebrew:
|
|
||||||
packages:
|
|
||||||
- jq
|
|
||||||
- zip
|
|
||||||
update: true
|
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: "12.14.1"
|
node_js: "12.14.1"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/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 update
|
||||||
sudo apt-get install -y fakeroot jq
|
sudo apt-get install -y fakeroot jq
|
||||||
triplet=
|
triplet=
|
||||||
|
|||||||
Reference in New Issue
Block a user