Skip to content

Commit 4ad72bc

Browse files
authored
CI-haiku.yaml: enable tests
1 parent 3c83495 commit 4ad72bc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/CI-haiku.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
architecture: ${{ matrix.config.architecture }}
2727
run: |
2828
ssh user@localhost "pkgman update -y devel:libpcre devel:libtinyxml2 cmd:gcc gcc_syslibs_devel cmd:make cmd:as cmd:cmake cmd:pkg_config" &&
29-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_TESTS=ON -DHAVE_RULES=ON -DUSE_BUNDLED_TINYXML2=OFF &&
30-
cmake --build build
29+
cmake -S . -B cmake.output.tinyxml2 -DBUILD_SHARED_LIBS=ON -DBUILD_TESTS=ON -DHAVE_RULES=ON -DUSE_BUNDLED_TINYXML2=OFF &&
30+
cmake --build cmake.output.tinyxml2 -- -j$(nproc) &&
31+
cmake --build cmake.output.tinyxml2 --target check -- -j$(nproc)

0 commit comments

Comments
 (0)