Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Move the C/C++ example to another directory (#9032)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored and ordian committed Jul 4, 2018
1 parent e3e2fcc commit 79f754e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ node_modules

# Build artifacts
out/
parity-clib-example/build/
parity-clib-examples/cpp/build/

.vscode
rls/
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ echo "________Validate chainspecs________"
fi


# Running the C example
echo "________Running the C example________"
cd parity-clib-example && \
# Running the C++ example
echo "________Running the C++ example________"
cd parity-clib-examples/cpp && \
mkdir -p build && \
cd build && \
cmake .. && \
make && \
./parity-example && \
cd .. && \
rm -rf build && \
cd ..
cd ../..

# Running tests
echo "________Running Parity Full Test Suite________"
Expand Down

0 comments on commit 79f754e

Please sign in to comment.