Skip to content

Commit 41d6f7d

Browse files
committed
Argh, debugging path names on remote servers that get triggered on git push is hard.
1 parent 433eaa1 commit 41d6f7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ before_install:
1111

1212
script:
1313
- mkdir build
14-
- cd build && cmake .. 2>&1 | tee -a remollbuild.log
15-
- cd build && make 2>&1 | tee -a remollbuild.log
14+
- pushd build && cmake .. 2>&1 | tee -a ../remollbuild.log && popd
15+
- pushd build && make 2>&1 | tee -a ../remollbuild.log && popd
1616
- mkdir map_directory
1717
- wget --directory-prefix=map_directory http://hallaweb.jlab.org/12GeV/Moller/downloads/remoll/blockyHybrid_rm_3.0.txt
1818
- wget --directory-prefix=map_directory http://hallaweb.jlab.org/12GeV/Moller/downloads/remoll/blockyUpstream_rm_1.1.txt

0 commit comments

Comments
 (0)