Add GitHub Actions CI script

This commit is contained in:
spicyjpeg
2023-06-20 22:51:45 +02:00
parent 67746af7b4
commit 21aed2cd6b
3 changed files with 148 additions and 0 deletions

12
.github/scripts/mingw-cross.txt vendored Normal file
View File

@@ -0,0 +1,12 @@
[binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
strip = 'x86_64-w64-mingw32-strip'
pkgconfig = 'pkg-config'
[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'