FROM arch_base

RUN cd /home/pocl ; git pull ; mkdir b ; cd b; cmake -DCMAKE_INSTALL_DIR=/usr -G Ninja  ..
RUN cd /home/pocl/b ; ninja

CMD cd /home/pocl/b ; clinfo ;  ctest -j4 --output-on-failure -L internal
