aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 4de8772d7912a43e893ae0869791988291fd1f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: true
dist: bionic
language: cpp
compiler:
  - gcc
  - clang
addons:
  apt:
    packages:
      - nasm yasm g++-multilib tcsh
script:
  - make test