Moving the variables.

This commit is contained in:
Daniel Lemire 2020-10-16 13:02:07 -04:00
parent 98e746d20c
commit 17de5bbf9e
2 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,6 @@ jobs:
run: |
mkdir build &&
cd build &&
cmake .. &&
cmake --build . -DFAST_DOUBLE_BENCHMARKS=ON &&
cmake -DFAST_DOUBLE_BENCHMARKS=ON .. &&
cmake --build . &&
ctest -j --output-on-failure

View file

@ -15,6 +15,6 @@ jobs:
run: |
mkdir build &&
cd build &&
cmake .. -DFAST_DOUBLE_BENCHMARKS=ON &&
cmake -DFAST_DOUBLE_BENCHMARKS=ON .. &&
cmake --build . &&
ctest -j --output-on-failure