Skip to content

Commit

Permalink
Creation of SIT protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldooley committed Nov 16, 2017
1 parent 1e37dc0 commit 10bf81e
Show file tree
Hide file tree
Showing 7 changed files with 1,010 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ delta.iml
tools/rinexml/rinexml

tools/gloria/output
tools/gloria/gloria
tools/gloria/gloria
tools/sit/output
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ go:

install: true

env:
global: #The TRAVIS_API_TOKEN for triggering SIT build
secure: fVKWnQE9GDIJIwqU+gwfGLfZi6ZGHkoeIFwv0d0R1YAxiv0dIkG1F/tvmqOm82wHPiKgB9kBHVVgxfz8miALpkCsVAeVss4g/hpbjG9vlIm26vpvonw+2FUe04jBpf1gtEAy8waTwHYcAPm58W8Q72/P8unlc7onOuLRYBNabVdtE36An34Yq0bTmc8cUyCP6Gg14SzAmYl6A5fOtbgUc72EgJ7MGnaeifjIaH+CQSVWK5SSuANv70v4aD18P2Fwe5TNSa1Loah/AE33xgeCbiYeZsjUCQ0b7HEbhT+22gh2wORlLIM58SKE10dx/O1pI2axoTeqUjLKCs8TqkHtwc82h8wt4uDwqsH8zCwpYqjr2bSyzoG+9mV+AdB135EtBT6NrIB9vDbr/0u35D61LUrbPZnPARVyzrT9WvYG0B8/HkEayrBWWX+chRUCARDghSEKfBmH9HqXwJenYTau6AuqkqBh/pt54MvNzg8uk+HNzUSpxxLPVq1Xix/QC/uf43VNaavF7ZfzAYMHBr6Kg+/qcAWsNGw3Gf+45EHTedQdetdPdzTTdqeF5SN7kNtP+NSuAwsSgwekqcX0hPD+BsIjAOHCOG5M/09NYJvA5vJ/cMMnxBaPXH3I0lG96TXO7t3yq6Nncit1D6Np9XlDPOgBJDlEQvEdER/4XMT+jKQ=

script:
- ./test.sh
- ./build.sh
Expand Down Expand Up @@ -49,4 +53,7 @@ deploy:
on:
branch: master

# vim: set ts=2 sw=2 tw=0 et:
after_deploy:
- ./tools/sit/sit_build.sh

# vim: set ts=2 sw=2 tw=0 et:
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ go build ./tools/gloria || exit 255

./gloria --install install --network network -output .tmp/geonet-meta/config/gloria

mkdir -p .tmp/geonet-meta/config/sit || exit 255
go build ./tools/sit || exit 255

./sit -install install -network network -asset assets -output .tmp/geonet-meta/config/sit

exit $errcount

# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4
Loading

0 comments on commit 10bf81e

Please sign in to comment.