ghidra/.gitlab-ci.yml

16 lines
252 B
YAML
Raw Normal View History

2019-09-12 20:52:36 +00:00
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