Add a simple CI workflow for compiling Cytoplasm. (#27)

This will allow us to pick up compiler warnings from other systems, mainly 32-bit ones. 32-bit systems have different integer sizes that cause all kinds of warnings that we should really address.

Reviewed-on: https://git.telodendria.io/Telodendria/Cytoplasm/pulls/27
This commit is contained in:
Jordan Bancino 2024-01-13 11:08:44 -05:00
parent d7da8e0a54
commit d0969d0dd7
2 changed files with 26 additions and 1 deletions

2
configure vendored
View file

@ -18,7 +18,7 @@ LIBS="-lm -pthread"
# Set default args for all platforms
SCRIPT_ARGS="--cc=cc --prefix=/usr/local --enable-ld-extra --lib-name=Cytoplasm --lib-version=0.4.1 --static $@"
SCRIPT_ARGS="--cc=cc --prefix=/usr/local --enable-ld-extra --lib-name=Cytoplasm --lib-version=0.4.1 $@"
# Set platform specific args
case "$(uname)" in