mirror of
https://gitlab.com/Syping/qt5-llvm-mingw-docker.git
synced 2025-01-03 01:29:44 +01:00
3 lines
154 B
Bash
Executable file
3 lines
154 B
Bash
Executable file
#!/usr/bin/env bash
|
|
docker build -t qt-llvm-mingw-docker:shared -f Dockerfile.shared .
|
|
docker build -t qt-llvm-mingw-docker:static -f Dockerfile.static .
|