mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
ci: make travis die on abapmerge errors
This commit is contained in:
parent
632df378a2
commit
d8204d9130
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
abapmerge -f src/zabapgit.prog.abap > ../zabapgit.abap
|
abapmerge -f src/zabapgit.prog.abap > ../zabapgit.abap || exit 1
|
||||||
wc -l ../zabapgit.abap
|
wc -l ../zabapgit.abap
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/abapGit/build.git
|
git clone https://github.com/abapGit/build.git
|
||||||
|
|
Loading…
Reference in New Issue
Block a user