platisd / indoor-navigation-system

[WIP] An indoor navigation system to guide users towards their colleagues' desks
Apache License 2.0
15 stars 13 forks source link

Fix broken dependency to spdlog #58

Closed platisd closed 6 years ago

platisd commented 6 years ago

Description

For our builds we were not using the spdlog library that is found inside server/include/external. Because of this, build would not work unless spdlog was already installed in the system. Now Travis is set to build the server so to avoid such problems in the future.

Solved issue(s)

Fixes #57

codecov-io commented 6 years ago

Codecov Report

Merging #58 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev      #58   +/-   ##
=======================================
  Coverage   36.55%   36.55%           
=======================================
  Files           8        8           
  Lines         331      331           
=======================================
  Hits          121      121           
  Misses        210      210

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e5d5c3e...954db25. Read the comment docs.