Compare commits
2 commits
5b0d56926d
...
66d30f1e31
Author | SHA1 | Date | |
---|---|---|---|
66d30f1e31 | |||
78bbe6592b |
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@ pipelines:
|
||||||
default:
|
default:
|
||||||
- step:
|
- step:
|
||||||
name: Test with bld
|
name: Test with bld
|
||||||
|
caches:
|
||||||
|
- maven
|
||||||
script:
|
script:
|
||||||
- ./bld download
|
- ./bld download
|
||||||
- ./bld compile
|
- ./bld compile
|
||||||
- ./bld test
|
- ./bld test
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue