We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433eaa1 commit 41d6f7dCopy full SHA for 41d6f7d
1 file changed
.travis.yml
@@ -11,8 +11,8 @@ before_install:
11
12
script:
13
- mkdir build
14
-- cd build && cmake .. 2>&1 | tee -a remollbuild.log
15
-- cd build && make 2>&1 | tee -a remollbuild.log
+- pushd build && cmake .. 2>&1 | tee -a ../remollbuild.log && popd
+- pushd build && make 2>&1 | tee -a ../remollbuild.log && popd
16
- mkdir map_directory
17
- wget --directory-prefix=map_directory http://hallaweb.jlab.org/12GeV/Moller/downloads/remoll/blockyHybrid_rm_3.0.txt
18
- wget --directory-prefix=map_directory http://hallaweb.jlab.org/12GeV/Moller/downloads/remoll/blockyUpstream_rm_1.1.txt
0 commit comments