Skip to content

Create build.yml

Create build.yml #1

Workflow file for this run

name: Android CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Install dependencies
- working-directory: test-app/build-tools/jsparser
- run: npm install
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with V8
run: ./gradlew -Pengine=V8
- name: Build with QUICKJS
run: ./gradlew -Pengine=QUICKJS
- name: Build with JSC
run: ./gradlew -Pengine=JSC
- name: Build with HERMES
run: ./gradlew -Pengine=HERMES
- name: Upload artifacts
- uses: actions/upload-artifact@v4
with:
name: release
path: |
./dist_v8
./dist_jsc
./dist_hermes
./dist_quickjs
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy