mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 14:55:34 -06:00
Using .NET Core GitVersion of OSX and Linux. Remove bool from interop due to non-blittable.
11 lines
No EOL
295 B
Bash
Executable file
11 lines
No EOL
295 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
|
|
docker run -it --rm \
|
|
-v $SCRIPT_DIR/../:/work \
|
|
-w /work \
|
|
-e LD_LIBRARY_PATH=/work/src/native/output \
|
|
-e PRIVATE_NUGET_KEY=$PRIVATE_NUGET_KEY \
|
|
qmlnet/linux-ci:qt-5.12.0 \
|
|
./build.sh ci |