Hash : 48d16ae0 Author : Date : 2020-08-26T19:27:28
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
language: c compiler: - i686-w64-mingw32-gcc - x86_64-w64-mingw32-gcc addons: apt: packages: - gcc-mingw-w64 - wine script: - ./configure --enable-shared --enable-static --enable-wine --cross-prefix=${CC%-*}- - make - make test