CI: Add Linux platforms

This commit is contained in:
Kyle Schwarz
2023-04-04 18:57:42 +00:00
parent cd7b0b0a7b
commit 0fa7494eab
2 changed files with 209 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=Release -DLIBICSNEO_BUILD_EXAMPLES=ON \
-DLIBICSNEO_BUILD_TESTS=ON -DLIBICSNEO_ENABLE_TCP=ON || exit 1
cmake --build build || exit 1
exit 0