Skip to content

Commit

Permalink
add nginx integration test with shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark committed Jan 14, 2019
1 parent b448933 commit 30f87d0
Show file tree
Hide file tree
Showing 7 changed files with 1,137 additions and 39 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
sudo sysctl -w kern.maxfiles=655360 kern.maxfilesperproc=327680
make test
make lint
- run:
name: Execute integration tests
command: |
export PATH="`pwd`/cmake-3.4.1-Darwin-x86_64/CMake.app/Contents/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
./integration_tests/nginx/test.sh
test-and-build:
docker:
Expand Down
Loading

0 comments on commit 30f87d0

Please sign in to comment.