https://github.com/ntamas/plfit
Raw File
Tip revision: 029e54c0c249922d35a020033eb8badf7e4339d5 authored by Tamas Nepusz on 13 June 2020, 09:45:50 UTC
fix policy issue with older CMakes, part2
Tip revision: 029e54c
.travis.yml
language: c

os: linux
dist: xenial

compiler:
  - clang
  - gcc

script: "cmake . && make && make test"
back to top