forked from loafle/openapi-generator-original
Update r petstore client test script (#20196)
* update R build and test script in petstore samples * update
This commit is contained in:
parent
e3e06af5f4
commit
25cfac0523
@ -23,4 +23,4 @@ mkdir $R_LIBS_USER || true
|
|||||||
#
|
#
|
||||||
R CMD build .
|
R CMD build .
|
||||||
R CMD check *tar.gz --no-manual
|
R CMD check *tar.gz --no-manual
|
||||||
R CMD install --preclean *tar.gz
|
R CMD INSTALL --preclean *tar.gz
|
||||||
|
@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true
|
|||||||
|
|
||||||
R CMD build .
|
R CMD build .
|
||||||
R CMD check *tar.gz --no-manual
|
R CMD check *tar.gz --no-manual
|
||||||
R CMD install --preclean *tar.gz
|
R CMD INSTALL --preclean *tar.gz
|
||||||
|
@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true
|
|||||||
|
|
||||||
R CMD build .
|
R CMD build .
|
||||||
R CMD check *tar.gz --no-manual
|
R CMD check *tar.gz --no-manual
|
||||||
R CMD install --preclean *tar.gz
|
R CMD INSTALL --preclean *tar.gz
|
||||||
|
@ -25,4 +25,4 @@ rm petstore_1.0.0.tar.gz || true
|
|||||||
|
|
||||||
R CMD build .
|
R CMD build .
|
||||||
R CMD check *tar.gz --no-manual
|
R CMD check *tar.gz --no-manual
|
||||||
R CMD install --preclean *tar.gz
|
R CMD INSTALL --preclean *tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user