forked from qt-creator/qt-creator
Without build tools, for demonstration purposes. Change-Id: I5940770aa0a5eb83d618ebdeb12436b38d3b21fa Reviewed-by: Christian Stenger <christian.stenger@qt.io>
5 lines
167 B
Bash
Executable File
5 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build -t qt-5-ubuntu-20.04-build -f Dockerfile-qt-5-ubuntu-20.04-build .
|
|
docker build -t qt-5-ubuntu-20.04-run -f Dockerfile-qt-5-ubuntu-20.04-run .
|