Dummy travis config, so development isn't blocked.
Getting an actual build going isn't as trivial as it should be. This should allow development to keep going until I've got that figured out.
This commit is contained in:
parent
321619946b
commit
9f63082df7
|
@ -0,0 +1,12 @@
|
|||
language: c
|
||||
|
||||
#addons:
|
||||
# apt:
|
||||
# sources:
|
||||
# - ubuntu-toolchain-r-test
|
||||
# packages:
|
||||
# - automake-1.14
|
||||
|
||||
script:
|
||||
- automake --version
|
||||
# - ./bootstrap && ./configure && make
|
Loading…
Reference in New Issue