beremiz
Clone
Summary
Browse
Changes
Graph
Tests: UI tests now avoid polling stdout if process didn't start.
wxPython4
2022-11-10, Edouard Tisserant
cfb2b05b68c4
file is
Executable
Tests: UI tests now avoid polling stdout if process didn't start.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .