Skip to content

Commit

Permalink
Return to previous build directory after testing examples (#455)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Jan 8, 2021
1 parent cd2ad01 commit b491e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ci/after_make_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ set -x
make install

# Compile examples
curdir=$PWD
cd ../examples
mkdir build;
cd build;
cmake ..;
make;
./simple ../simple.sdf;
cd $curdir

0 comments on commit b491e9b

Please sign in to comment.