mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-21 12:27:18 -04:00
9 lines
257 B
YAML
9 lines
257 B
YAML
dummy_test_to_trigger_pulpino_ci:
|
|
stage: test
|
|
script:
|
|
- ci/dummy.csh
|
|
|
|
trigger_build:
|
|
stage: deploy
|
|
script:
|
|
- "curl -X POST -F token=d80b010cbbb5f0143e0aed386e3202 -F ref=master https://iis-git.ee.ethz.ch/api/v4/projects/72/trigger/pipeline"
|