We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932a2d1 commit 9fa3289Copy full SHA for 9fa3289
.github/workflows/macos-unit-tests.yml
@@ -32,6 +32,7 @@ jobs:
32
33
cd ..
34
cmake --build . --target clean
35
+ rm ./CMakeCache.txt
36
cmake -DTE_POW_FROM_RIGHT=1 ./
37
make -j4
38
cd bin
@@ -50,6 +51,7 @@ jobs:
50
51
52
53
54
55
cmake -DTE_FLOAT=1 ./
56
57
@@ -68,6 +70,7 @@ jobs:
68
70
69
71
72
73
74
cmake -DTE_LONG_DOUBLE=1 ./
75
76
@@ -86,6 +89,7 @@ jobs:
86
89
87
90
88
91
92
93
cmake -DTE_BITWISE_OPERATORS=1 ./
94
95
0 commit comments