Skip to content

Release: ghidra_10.3.3_PUBLIC_20230830_GhidraBoy #74

Release: ghidra_10.3.3_PUBLIC_20230830_GhidraBoy

Release: ghidra_10.3.3_PUBLIC_20230830_GhidraBoy #74

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
build_and_test:
name: Build + test
runs-on: ubuntu-latest
env:
GHIDRA_VERSION: "10.3.3"
GHIDRA_BUILD_DATE: 20230829
GHIDRA_SHA256: 63833361bea8ef5ada1bc28cd2aa2ae4ab43204d2672b595500372582152eebe
GHIDRA_INSTALL_DIR: /home/runner/ghidra
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Install Ghidra
run: .github/scripts/install_ghidra.sh
- run: ./gradlew assemble
- run: ./gradlew test