update verify in build
This commit is contained in:
@@ -29,7 +29,9 @@ steps:
|
|||||||
- name: verify
|
- name: verify
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
commands:
|
commands:
|
||||||
- exa/target/x86_64-unknown-linux-gnu/release/exa --long --icons
|
- exa/target/x86_64-unknown-linux-gnu/release/exa --long
|
||||||
|
- lines=$(exa/target/x86_64-unknown-linux-gnu/release/exa --long | wc -l)
|
||||||
|
- if test $lines -ne 4; then exit 1; fi
|
||||||
- name: build slackware package
|
- name: build slackware package
|
||||||
image: vbatts/slackware:14.2
|
image: vbatts/slackware:14.2
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user