Skip to content

Commit

Permalink
Merge pull request #17 from TorgoTorgo/add-10.1.2
Browse files Browse the repository at this point in the history
Add 10.1.2
  • Loading branch information
TorgoTorgo authored Feb 14, 2022
2 parents 350ef74 + 5e1c01e commit 5708168
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
ghidra-version:
- 'latest'
- '10.1.2'
- '10.0.4'
- '10.0.3'
- '10.0.2'
Expand Down
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ variables:
paths:
- FindCrypt/dist/*.zip

Ghidra 10.1.2:
extends: .build
variables:
GHIDRA_VERSION: "10.1.2"

Ghidra 10.0.4:
extends: .build
variables:
GHIDRA_VERSION: "10.0.4"

Ghidra 10.0.3:
extends: .build
variables:
Expand Down

0 comments on commit 5708168

Please sign in to comment.