Skip to content

Ghostery: 3.2.0

Ghostery: 3.2.0 #7

Workflow file for this run

name: Test Extenision Manifest V2
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-latest-xl
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup branding
run: sh Branding/setup.sh Ghostery ./
- name: Install Nodejs
uses: actions/setup-node@v2
with:
node-version: '16.20.0'
cache: 'npm'
cache-dependency-path: ./package-lock.json
- name: Instal Node Modules
run: npm ci
- name: Build content scripts
run: build-user-scripts
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
bundler-cache: true
- name: Update Cocoapods
run: bundle exec pod install --repo-update
- name: Build
uses: sersoft-gmbh/xcodebuild-action@v2
with:
workspace: UserAgent.xcworkspace
scheme: Ghostery
configuration: CI
sdk: iphonesimulator
destination: platform=iOS
action: build