about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2023-10-15 21:06:42 +0800
committerGitHub <noreply@github.com>2023-10-15 15:06:42 +0200
commitb82b730bf9e539f3af2f2aad50e6bcde6284c1a1 (patch)
tree82d0d6ec5d297364cbf7a17c627e489e17ed6094 /.github/workflows
parent9191c993b15a9287cc2d00d20d609d1271886555 (diff)
downloadbox64-b82b730bf9e539f3af2f2aad50e6bcde6284c1a1.tar.gz
box64-b82b730bf9e539f3af2f2aad50e6bcde6284c1a1.zip
[CI] Do not regenerate functions list when running in CI (#1028)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 85175159..a5d82aeb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -96,7 +96,8 @@ jobs:
                    ${{ env.BOX64_PLATFORM_MARCRO }}\
                    -DCMAKE_BUILD_TYPE=${{ env.BOX64_BUILD_TYPE }}\
                    -DHAVE_TRACE=${{ env.BOX64_HAVE_TRACE }}\
-                   -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
+                   -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON\
+                   -DCI=${{ matrix.platform != 'ANDROID' }}
           make -j$(nproc) VERBOSE=1
 
       - name: "Test Box64"