./.ci/build.sh
build-cfarm:
- name: Build & test on the GCC Compile Farm
+ name: ${{ matrix.CFARM_TRIPLE }} ${{ matrix.CFARM_CC }}
runs-on: ubuntu-latest
strategy:
exit $?
build:
- name: Build & test with Cygwin
+ name: Cygwin 64-bit
runs-on: windows-latest
strategy:
shell: msys2 {0}
build-macos:
- name: Build & test on macOS
runs-on: ${{ matrix.platform }}
strategy:
platform: [macos-11, macos-12]
compilers: [CC=gcc CXX=g++, CC=clang CXX=clang]
+ name: ${{ matrix.platform }} ${{ matrix.compilers }}
+
steps:
- run: git config --global core.autocrlf input
- uses: actions/checkout@v2
- run: ${{ matrix.compilers }} ./.ci/build.sh
build-msvc:
- name: Build & test with Visual C++
+ name: Windows 64-bit Visual C++
runs-on: windows-latest
strategy: