Skip to content

Commit

Permalink
Disable tests for now, not working yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 19, 2021
1 parent 9752fd6 commit e2b581b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ cmake -Wno-dev ^
-DCMAKE_BUILD_TYPE=Release ^
-DOPTION_BUILD_SECURITY=OFF ^
-DOPTION_FORK_SAFE=OFF ^
-DOPTION_BUILD_SCRIPTS=ON ^
-DOPTION_BUILD_TESTS=ON ^
-DOPTION_BUILD_SCRIPTS=OFF ^
-DOPTION_BUILD_TESTS=OFF ^
-DOPTION_BUILD_EXAMPLES=OFF ^
-DOPTION_BUILD_LOADERS_PY=ON ^
-DOPTION_BUILD_LOADERS_NODE=ON ^
Expand All @@ -172,7 +172,7 @@ cmake -Wno-dev ^
-DOPTION_BUILD_PORTS_NODE=ON ^
-DCMAKE_INSTALL_PREFIX="%loc%" ^
-G "NMake Makefiles" .. || goto :error
cmake --build . --target test install || goto :error
cmake --build . --target install || goto :error

echo MetaCall Built Successfully

Expand Down

0 comments on commit e2b581b

Please sign in to comment.