(Getting compiler version is harder than it sounds :-( so skipping that for now.)
fail-fast: false
matrix:
include:
+ - name: Ubuntu 16.04 GCC
+ os: ubuntu-16.04
+ compiler: gcc
+
- name: Ubuntu GCC
os: ubuntu-latest
compiler: gcc
# Limit parallel test jobs to prevent wine errors
parallels-jobs: 2
+ - name: Ubuntu 16.04 Clang
+ os: ubuntu-16.04
+ compiler: clang-6.0
+ # note: github preinstalls compilers now, see https://github.com/actions/virtual-environments/pull/369/
+
- name: Ubuntu Clang
os: ubuntu-latest
compiler: clang
compiler: gcc
configure-args: --warn
+ - name: Ubuntu 16.04 GCC
+ os: ubuntu-16.04
+ compiler: gcc
+ configure-args: --warn
+
- name: Ubuntu GCC OSB
os: ubuntu-latest
compiler: gcc