mirror of
https://gitlab.com/Syping/qt5-llvm-mingw-docker.git
synced 2024-11-21 21:30:23 +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 .
|