mirror of
https://github.com/progsource/maddy.git
synced 2026-03-24 23:40:39 +01:00
added travis.yml
This commit is contained in:
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
dist: trusty
|
||||
sudo: false
|
||||
language: cpp
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-6
|
||||
|
||||
script:
|
||||
- mkdir tmp
|
||||
- cd tmp
|
||||
- cmake ..
|
||||
- make
|
||||
- ../build/MaddyTests
|
||||
Reference in New Issue
Block a user