ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

Initial attempt at travis #4

Closed becker33 closed 5 years ago

becker33 commented 6 years ago

Travis will build KVTree, build AXL against KVTree, and run AXL tests

Includes commented-out hook for adding codecov once we go public.

tonyhutter commented 5 years ago

@becker33 I think Travis CI is a great idea. To get this to work, you may just need to update the KVTree url (https://github.com/ECP-VeloC/KVTree.git) and directory name (KVTree).

CamStan commented 5 years ago

@tonyhutter, yesterday in fact I started looking into getting a basic Travis CI set up on all the ECP-VeloC repos on route to getting them set up with Bamboo/GitLab. You are correct with needing to change that url, but we'll also the ECP-VeloC owner (@gonsie I believe) to go into Travis-CI and tell it to start watching this repo.

These used to be under LLNL/AXL, etc. as KVTree used to have a working Travis CI. This broke when they got migrated to ECP-VeloC.

adammoody commented 5 years ago

Fixed with https://github.com/ECP-VeloC/AXL/pull/29