mirror of
https://gitlab.com/Syping/qt5-llvm-mingw-docker.git
synced 2025-10-21 22:50:21 +02:00
3 lines
146 B
Bash
Executable file
3 lines
146 B
Bash
Executable file
#!/bin/bash
|
|
docker build -t qt-llvm-mingw-docker:shared -f Dockerfile.shared .
|
|
docker build -t qt-llvm-mingw-docker:static -f Dockerfile.static .
|