fix docker build commands

This commit is contained in:
Faruk D 2018-10-01 20:45:16 +02:00
parent 3a6a863225
commit 195dc850e5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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