beremiz

Tests: add an IDE test that relies on image matching.
wxPython4
2022-02-28, Edouard Tisserant
ccaabb9da623
file isExecutable
Tests: add an IDE test that relies on image matching.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .