Skip to content

Commit

Permalink
Clean build, then delete cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Mar 3, 2024
1 parent 2070f55 commit 932a2d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
fi
cd ..
rm ./CMakeCache.txt
cmake --build . --target clean
rm ./CMakeCache.txt
cmake -DTE_POW_FROM_RIGHT=1 ./
make -j4
cd bin
Expand All @@ -54,8 +54,8 @@ jobs:
fi
cd ..
rm ./CMakeCache.txt
cmake --build . --target clean
rm ./CMakeCache.txt
cmake -DTE_FLOAT=1 ./
make -j4
cd bin
Expand All @@ -73,8 +73,8 @@ jobs:
fi
cd ..
rm ./CMakeCache.txt
cmake --build . --target clean
rm ./CMakeCache.txt
cmake -DTE_LONG_DOUBLE=1 ./
make -j4
cd bin
Expand All @@ -92,8 +92,8 @@ jobs:
fi
cd ..
rm ./CMakeCache.txt
cmake --build . --target clean
rm ./CMakeCache.txt
cmake -DTE_BITWISE_OPERATORS=1 ./
make -j4
cd bin
Expand Down

0 comments on commit 932a2d1

Please sign in to comment.