Jan Kundrát | e3c1746 | 2019-01-25 16:45:28 +0100 | [diff] [blame] | 1 | - job: |
| 2 | name: run-ci-build-sh |
| 3 | description: | |
| 4 | Run project's ./ci/build.sh script. |
| 5 | run: playbooks/run-test-command/run.yaml |
| 6 | vars: |
| 7 | test_command: "ci/build.sh" |
Jan Kundrát | 4552bf4 | 2019-02-13 19:39:43 +0100 | [diff] [blame] | 8 | |
| 9 | - job: |
| 10 | name: run-ci-build-sh-with-submodules |
Jan Kundrát | d882fdd | 2019-02-14 11:11:42 +0100 | [diff] [blame^] | 11 | description: | |
| 12 | Prepare all git submodules and continue as `run-ci-build-sh`. |
Jan Kundrát | 4552bf4 | 2019-02-13 19:39:43 +0100 | [diff] [blame] | 13 | parent: run-ci-build-sh |
| 14 | pre-run: playbooks/git-submodules/run.yaml |