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