diff options
author | Tim Newsome <tim@sifive.com> | 2017-07-03 14:41:41 -0700 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2017-07-03 14:41:41 -0700 |
commit | 9f63082df7a20ab395c2a33b49cf7f1e3b814a1a (patch) | |
tree | 73298de9df3f102abc6d6e242c0a2360b605ed83 | |
parent | 321619946b2dec94538e89f009f4a08d0ebcbb25 (diff) | |
download | riscv-openocd-travis-nop.zip riscv-openocd-travis-nop.tar.gz riscv-openocd-travis-nop.tar.bz2 |
Dummy travis config, so development isn't blocked.travis-nop
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.
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9b5a186 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: c + +#addons: +# apt: +# sources: +# - ubuntu-toolchain-r-test +# packages: +# - automake-1.14 + +script: + - automake --version +# - ./bootstrap && ./configure && make |