Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

add job for bottle #26

Merged
merged 1 commit into from Jul 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -37,3 +37,20 @@ jobs:
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- run: brew install --build-from-source --verbose ./kaoriya-vim.rb
- run: brew test --verbose ./kaoriya-vim.rb
install-and-test-for-bottle:
name: install and test for bottle
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macOS-latest
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
# NOTE: clean install Homebrew, It fixes /usr permissions.
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- run: brew install --force-bottle --verbose ./kaoriya-vim.rb