Skip to content

feat: Ad/Tracker blocking and custom filters (#16) #207

feat: Ad/Tracker blocking and custom filters (#16)

feat: Ad/Tracker blocking and custom filters (#16) #207

Workflow file for this run

name: Build crankshaft
on: push
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Install g++-multilib
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install g++-multilib
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16.14.2'
- name: Install dependencies
run: npm install
- name: Build and release if the draft exists
run: npm run dist
env:
GH_TOKEN: ${{ secrets.github_token }}