Skip to content

ariya/hello-c90

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Integration for C90 (ANSI C)

GitHub license

This demonstrates the use of Github Actions to run CI for a different number of combinations of system architectures, operating systems, and C compilers.

Supported Systems

For more details, check the corresponding GitHub Actions build logs.

Note that CPU architectures in the triplets (e.g. amd64) follow the Debian naming scheme.

amd64 Linux Windows macOS
GCC amd64_linux_gcc amd64_windows_gcc amd64_macos_gcc
amd64_windows_gcc_cross
Clang amd64_linux_clang amd64_windows_clang amd64_macos_clang
TinyCC amd64_linux_tcc amd64_windows_tcc
VS 2019 amd64_windows_vs2019
i686 Linux Windows macOS
GCC i686_linux_gcc i686_windows_gcc
i686_windows_gcc_cross
Clang i686_linux_clang i686_windows_clang
TinyCC i686_linux_tcc i686_windows_tcc
VS 2019 i686_windows_vs2019
Digital Mars i686_windows_dm
i586 Linux DOS
GCC i586_dos_gcc_cross
Linux
arm64
GCC arm64_linux_gcc
armhf
GCC armhf_linux_gcc
powerpc
GCC powerpc_linux_gcc
ppc64(le)
GCC ppc64_linux_gcc
GCC ppc64le_linux_gcc
s390x
GCC s390x_linux_gcc
mips(el)
GCC mipsel_linux_gcc
GCC mips_linux_gcc
mips64(el)
GCC mips64el_linux_gcc
GCC mips64_linux_gcc
riscv
GCC riscv_linux_gcc
riscv64
GCC riscv64_linux_gcc