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 d144ea9 commit f3c2915Copy full SHA for f3c2915
.github/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
52
cd /cmaple
53
mkdir build
54
cd build
55
- cmake .. -DCMAPLE_FLAGS=static
+ cmake .. -DCMAPLE_FLAGS=static -DUSE_CMAPLE_AA=ON
56
make -j
57
ls -alht
58
for exe in "./cmaple" "./cmaple-aa"; do
@@ -90,6 +90,7 @@ jobs:
90
uses: threeal/cmake-action@main
91
with:
92
generator: Ninja
93
+ options: USE_CMAPLE_AA=ON
94
c-compiler: clang
95
cxx-compiler: clang++
96
c-flags: ${{ steps.libomp-prefix.outputs.CMAKE_C_FLAGS }}
@@ -120,6 +121,7 @@ jobs:
120
121
122
123
124
125
- name: Upload artifact
126
uses: actions/upload-artifact@v4
127
0 commit comments