/
githubmirror
/
CppCoreGuidelines
Обзор
Документация
Войти
/
githubmirror
/
CppCoreGuidelines
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.travis.yml
22 строки
391 B
cclauss
Travis CI: (#1469)
10 июл 2019, 00:07
10 июл 2019, 00:07
6225682
Код
Авторство
О чём код?
# This is the configuration for Travis CI, a free github-integrated service that runs this script for each pull request (if configured) # provides gcc, clang, make, scons, cmake language: c++ # alternatives: gcc, clang, or both (as yaml list) compiler: clang addons: apt: packages: - hunspell install: - script: - cd scripts; make -k - cd .. notifications: email: false