Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

How to Test the Build

Bryan Masamitsu Parsons edited this page Sep 25, 2018 · 1 revision

How To Test the Build

When to test the build:

  • Before a git commit
  • Before a git push

How to test the build:

  1. Pull all updates and build the GPSTk.
    • cd $HOME/git/gpstk
    • git checkout master
    • git pull
    • git checkout target_branch
    • If updates pulled into master - git merge master
    • rm -rf $HOME/.local/gpstk
    • ./build.sh -etucpv
    • export LD_LIBRARY_PATH=$HOME/.local/gpstk/lib:$LD_LIBRARY_PATH
  2. Make sure you are not unintentionally linking against an old system installed libraries.
    • ldd $HOME/.local/gpstk/lib/libgpstk.so