Skip to content

Commit

Permalink
SAIL: Remove build directories in external tests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 8, 2023
1 parent 02c6bfb commit da3360d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ script:
cd "$TRAVIS_BUILD_DIR"
cd "$project_path"
rm -rf build
mkdir build
cd build
Expand All @@ -113,6 +114,7 @@ script:
cd "$TRAVIS_BUILD_DIR"
cd "$project_path"
rm -rf build
mkdir build
cd build
Expand Down

0 comments on commit da3360d

Please sign in to comment.