Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
publish and test with Ghidra 9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beardypig committed Feb 26, 2021
1 parent 176b56f commit 68b228b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Publish nightly build artifacts

on:
push:
branches:
- master

schedule:
- cron: '0 0 * * *'

jobs:
build_and_publish:
runs-on: ubuntu-latest
Expand All @@ -21,6 +20,10 @@ jobs:
- uses: er28-0652/setup-ghidra@master
with:
version: ${{ matrix.ghidra }}
- uses: eskatos/gradle-command-action@v1
with:
gradle-version: current
arguments: test -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
- uses: eskatos/gradle-command-action@v1
with:
gradle-version: current
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghidra: ["9.2", "9.2.1"]
ghidra: ["9.2", "9.2.1", "9.2.2"]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
Expand All @@ -21,6 +21,10 @@ jobs:
- uses: er28-0652/setup-ghidra@master
with:
version: ${{ matrix.ghidra }}
- uses: eskatos/gradle-command-action@v1
with:
gradle-version: current
arguments: test -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
- uses: eskatos/gradle-command-action@v1
with:
gradle-version: current
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghidra: ["9.2", "9.2.1"]
ghidra: ["9.2", "9.2.1", "9.2.2"]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
Expand Down

0 comments on commit 68b228b

Please sign in to comment.