Skip to content

Commit

Permalink
Change cpp test workflow to use non docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
aahmed-se committed Jul 23, 2020
1 parent 4ea41eb commit 9ae9e22
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:

- name: build cpp artifacts
run: |
echo "Build C++ client library"
export CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug -DBUILD_DYNAMIC_LIB=OFF"
pulsar-client-cpp/docker-build.sh
/bin/bash -c "cd pulsar-client-cpp && cmake . -DCMAKE_BUILD_TYPE=Debug && make check-format && make -j8"
- name: run c++ tests
run: pulsar-client-cpp/docker-tests.sh
run: /bin/bash -c "cd pulsar-client-cpp && ./run-unit-tests.sh"

0 comments on commit 9ae9e22

Please sign in to comment.