forked from loafle/openapi-generator-original
* test cpp pistache petstore in travis * make build_petstore executable * add submodule update init * use addExternalLibs option * update samples * update gcc version to 5 * fix addon, env * restore cargo path * trigger build failure, add cache * undo build failure change
9 lines
80 B
Bash
Executable File
9 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
# build C++ pistache petstore
|
|
#
|
|
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|