.travis.yml
640 Bytes
language: cpp
jobs:
include:
- name: "Ubuntu 18.04 | Clang"
dist: bionic
compiler: clang
- name: "Ubuntu 18.04 | GCC"
dist: bionic
compiler: gcc
- name: "Ubuntu 20.04 | Clang"
dist: focal
compiler: clang
- name: "Ubuntu 20.04 | GCC"
dist: focal
compiler: gcc
- name: "Debian 11 | GCC"
dist: bullseye
compiler: gcc
- name: "Debian 11 | Clang"
dist: bullseye
compiler: clang
- name: "Debian 10 | GCC"
dist: buster
compiler: gcc
- name: "Debian 10 | Clang"
dist: buster
compiler: clang
script:
- ./.build-ci.sh