Skip to content

Commit ee74bcc

Browse files
authored
Merge pull request #17 from jmettes/travis-build
Add .travis build
2 parents e02f507 + ce10bcc commit ee74bcc

File tree

5 files changed

+557
-1
lines changed

5 files changed

+557
-1
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: shell
2+
3+
dist: xenial
4+
5+
before_install:
6+
- sudo apt-get update
7+
- sudo bash dynadjust/install_dna_prerequisites_ubuntu.sh
8+
9+
install:
10+
- cd dynadjust && sudo bash make_dynadjust_gcc_ubuntu.sh
11+
12+
script:
13+
- cd ../sampleData && bash run-gnss-network.sh

dynadjust/make_dynadjust_gcc_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fi
9191

9292
cmake ../
9393

94-
make -j
94+
make -j2
9595

9696
#exit
9797

sampleData/gnss-network-geoid.gsb

74.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)