mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-23 04:32:12 +00:00
16 lines
252 B
YAML
16 lines
252 B
YAML
stages:
|
|
- test
|
|
|
|
test-parallel:
|
|
stage: test
|
|
script:
|
|
- echo $REPO_TOKEN
|
|
- "curl -X POST -F token=$REPO_TOKEN -F ref=$CI_COMMIT_REF_NAME $REPO_URL"
|
|
tags:
|
|
- docker
|
|
- ghidratest
|
|
image: ghidra/ubuntu
|
|
only:
|
|
- master
|
|
- web
|