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 2070f55 commit 932a2d1Copy full SHA for 932a2d1
.github/workflows/unit-tests.yml
@@ -35,8 +35,8 @@ jobs:
35
fi
36
37
cd ..
38
- rm ./CMakeCache.txt
39
cmake --build . --target clean
+ rm ./CMakeCache.txt
40
cmake -DTE_POW_FROM_RIGHT=1 ./
41
make -j4
42
cd bin
@@ -54,8 +54,8 @@ jobs:
54
55
56
57
58
59
cmake -DTE_FLOAT=1 ./
60
61
@@ -73,8 +73,8 @@ jobs:
73
74
75
76
77
78
cmake -DTE_LONG_DOUBLE=1 ./
79
80
@@ -92,8 +92,8 @@ jobs:
92
93
94
95
96
97
cmake -DTE_BITWISE_OPERATORS=1 ./
98
99
0 commit comments