Now when you send a pull request Travis CI will build the entire repository and run all the tests for you automatically. It takes approximately two minutes to finish so you can get fast feedback
5 lines
53 B
YAML
5 lines
53 B
YAML
virt: lxd
|
|
os: linux
|
|
language: c
|
|
script: make -j4 V=0
|