Skip to content

Commit 5d51887

Browse files
committed
enable CI
1 parent 702d716 commit 5d51887

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ env:
6969
GC_TEST_OPTIONS: "-s spec -G -b -P"
7070
MEMORY64_TEST_OPTIONS: "-s spec -W -b -P"
7171
MULTI_MEMORY_TEST_OPTIONS: "-s spec -E -b -P"
72+
EXTENDED_CONST_EXPR_TEST_OPTIONS: "-s spec -N -b -P"
7273

7374
permissions:
7475
contents: read
@@ -164,6 +165,7 @@ jobs:
164165
"-DWAMR_BUILD_MEMORY64=1",
165166
"-DWAMR_BUILD_MULTI_MEMORY=1",
166167
"-DWAMR_BUILD_SHARED=1",
168+
"-DWAMR_BUILD_EXTENDED_CONST_EXPR=1",
167169
]
168170
os: [ubuntu-22.04]
169171
platform: [android, linux]
@@ -604,6 +606,7 @@ jobs:
604606
$GC_TEST_OPTIONS,
605607
$MEMORY64_TEST_OPTIONS,
606608
$MULTI_MEMORY_TEST_OPTIONS,
609+
$EXTENDED_CONST_EXPR_TEST_OPTIONS,
607610
]
608611
include:
609612
- os: ubuntu-22.04

0 commit comments

Comments
 (0)