Adicionar primeiro
This commit is contained in:
11
components/api/lib/cAT/.travis.yml
Executable file
11
components/api/lib/cAT/.travis.yml
Executable file
@@ -0,0 +1,11 @@
|
||||
language: c
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
||||
script: make && make test
|
||||
Reference in New Issue
Block a user