Skip to content

ap--/libseabreeze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.