mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-29 19:34:26 +02:00
Add Github Actions build (#1000)
This commit is contained in:
parent
0f129c5d6c
commit
c0efe01ce2
17
.github/workflows/ci.yml
vendored
Normal file
17
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: cd build && ./build.sh
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
DOC_FILES="../README.md"
|
||||
IMG_FILES="../src/icons/bypass.png"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user