Skip to content

Commit f3c2915

Browse files
committed
update CI
1 parent d144ea9 commit f3c2915

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cd /cmaple
5353
mkdir build
5454
cd build
55-
cmake .. -DCMAPLE_FLAGS=static
55+
cmake .. -DCMAPLE_FLAGS=static -DUSE_CMAPLE_AA=ON
5656
make -j
5757
ls -alht
5858
for exe in "./cmaple" "./cmaple-aa"; do
@@ -90,6 +90,7 @@ jobs:
9090
uses: threeal/cmake-action@main
9191
with:
9292
generator: Ninja
93+
options: USE_CMAPLE_AA=ON
9394
c-compiler: clang
9495
cxx-compiler: clang++
9596
c-flags: ${{ steps.libomp-prefix.outputs.CMAKE_C_FLAGS }}
@@ -120,6 +121,7 @@ jobs:
120121
uses: threeal/cmake-action@main
121122
with:
122123
generator: Ninja
124+
options: USE_CMAPLE_AA=ON
123125
- name: Upload artifact
124126
uses: actions/upload-artifact@v4
125127
with:

0 commit comments

Comments
 (0)