William Cheng 5328f103da
Add C++ Pistache petstore server to Travis CI (#616)
* 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
2018-07-22 16:41:20 +08:00

9 lines
80 B
Bash
Executable File

#!/bin/bash
# build C++ pistache petstore
#
mkdir build
cd build
cmake ..
make