fix docker build commands
This commit is contained in:
parent
3a6a863225
commit
195dc850e5
|
@ -27,6 +27,6 @@ mkdir build-sl && cd build-sl
|
|||
cmake3 .. -DCMAKE_INSTALL_PREFIX=/opt/sagecal && \
|
||||
-DCASACORE_ROOT_DIR=/opt/soft/casacore -DCASACORE_INCLUDE=/opt/soft/casacore/include/casacore
|
||||
make -j4 && \
|
||||
make install \
|
||||
make install && \
|
||||
ls -alsrt /opt/sagecal && \
|
||||
/opt/sagecal/bin/sagecal
|
||||
|
|
|
@ -6,7 +6,7 @@ cd /travis/workdir && \
|
|||
mkdir build-ubuntu && cd build-ubuntu && \
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/sagecal && \
|
||||
make -j4 && \
|
||||
make install \
|
||||
make install && \
|
||||
ls -alsrt /opt/sagecal && \
|
||||
/opt/sagecal/bin/sagecal
|
||||
|
||||
|
|
Loading…
Reference in New Issue