mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-05 18:30:24 -08:00
Update gitlab-ci to run pipeline less frequently (2)
This commit is contained in:
parent
31a82c296c
commit
ca8eea81a1
1 changed files with 7 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ test-self:
|
|||
script:
|
||||
- ./configure --prefix=${CI_PROJECT_DIR}/target-dir/
|
||||
- make check
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "develop"
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
|
||||
|
||||
# run ansi-tests using the binary built before
|
||||
test-ansi:
|
||||
|
|
@ -32,3 +36,6 @@ test-ansi:
|
|||
script:
|
||||
- ./configure --prefix=${CI_PROJECT_DIR}/target-dir/
|
||||
- make ansi-test
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "develop"
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue