mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 06:45:32 -06:00
Using .NET Core GitVersion of OSX and Linux. Remove bool from interop due to non-blittable.
9 lines
No EOL
200 B
Bash
Executable file
9 lines
No EOL
200 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
|
|
docker build \
|
|
--build-arg QT_VERSION=5.12.0 \
|
|
-t qmlnet/linux-ci:qt-5.12.0 \
|
|
$SCRIPT_DIR/linux-ci |