Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.02 KB

Travis AppVeyor CircleCI

libseabreeze

Github clone of SeaBreeze for building seabreeze shared library used as backend in python-seabreeze.

If you arrived here looking for how to run your spectrometer, you're definitely wrong.

Notes to future self

To start a new build:

  1. git svn fetch
  2. create a branch at the commit you want to build:
    • stick to OceanOptics versioning, but extend in-between builds, i.e. 3.0.10.X
  3. merge deploy branch into the created branch.
    • git merge deploy --allow-unrelated-histories
  4. ./run_after_deploy_merge.sh
  5. done.