1
0
réplica de https://github.com/quitesimpleorg/qsmaddy.git sincronizado 2024-06-14 00:46:04 +02:00
qsmaddy/.travis.yml

19 linhas
249 B
YAML
Em bruto Vista normal Histórico

2017-12-26 11:42:57 +01:00
dist: trusty
sudo: false
language: cpp
2017-12-26 11:47:32 +01:00
compiler: g++
install: export CXX="g++-6"
2017-12-26 11:42:57 +01:00
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
script:
- mkdir tmp
- cd tmp
- cmake ..
- make
- ../build/MaddyTests