File tree 6 files changed +7
-7
lines changed
Filter options
6 files changed +7
-7
lines changed
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ language: csharp
2
2
mono : none
3
3
matrix :
4
4
include :
5
- - name : " Linux Qt 5.12.0 "
5
+ - name : " Linux Qt 5.15.1 "
6
6
dotnet : 3.1
7
7
os : linux
8
8
dist : xenial
9
- - name : " OSX Qt 5.12.0 "
9
+ - name : " OSX Qt 5.15.1 "
10
10
dotnet : 3.1.300
11
11
os : osx
12
12
osx_image : xcode9.4
Original file line number Diff line number Diff line change 1
1
image : Visual Studio 2019
2
2
before_build :
3
- - ps : Invoke-WebRequest -Uri https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.12.2-ad0689c -win-x64-dev.tar.gz -OutFile C:\qmlnet-qt.tar.gz
3
+ - ps : Invoke-WebRequest -Uri https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.15.1-7fc8b10 -win-x64-dev.tar.gz -OutFile C:\qmlnet-qt.tar.gz
4
4
- cmd : 7z x C:\qmlnet-qt.tar.gz -oC:\
5
5
- cmd : 7z x C:\qmlnet-qt.tar -oC:\qmlnet-qt
6
6
- cmd : rm -r C:\Tools\GitVersion\
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ QT_DIR=$SCRIPT_DIR/Qt
8
8
sudo apt-get install -y libgl1-mesa-dev
9
9
10
10
mkdir -p $QT_DIR
11
- wget -O- -q https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.12.2-ad0689c -linux-x64-dev.tar.gz | tar xpz -C $QT_DIR
11
+ wget -O- -q https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.15.1-7fc8b10 -linux-x64-dev.tar.gz | tar xpz -C $QT_DIR
12
12
13
13
export PATH=$QT_DIR /qt/bin:$PATH
14
14
export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR /src/native/output:$QT_DIR /qt/lib
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
5
5
QT_DIR=$SCRIPT_DIR /Qt
6
6
7
7
mkdir -p $QT_DIR
8
- wget -O- -q https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.12.2-ad0689c -osx-x64-dev.tar.gz | tar xpz -C $QT_DIR
8
+ wget -O- -q https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.15.1-7fc8b10 -osx-x64-dev.tar.gz | tar xpz -C $QT_DIR
9
9
10
10
export PATH=$QT_DIR /qt/bin:$PATH
11
11
export DYLD_LIBRARY_PATH=$TRAVIS_BUILD_DIR /src/native/output:$QT_DIR /qt/lib
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public void Can_download_linux_runtime()
35
35
36
36
// Make sure the permissions are set correctly.
37
37
var permissions = UnixFileSystemInfo
38
- . GetFileSystemEntry ( Path . Combine ( _tempDirectory , "qt" , "lib" , "libQt5Xml.so.5.12.2 " ) )
38
+ . GetFileSystemEntry ( Path . Combine ( _tempDirectory , "qt" , "lib" , "libQt5Xml.so.5.15.0 " ) )
39
39
. FileAccessPermissions ;
40
40
permissions . Should ( ) . Be ( FileAccessPermissions . UserReadWriteExecute
41
41
| FileAccessPermissions . GroupRead | FileAccessPermissions . GroupExecute
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace Qml.Net
4
4
{
5
5
public class QmlNetConfig
6
6
{
7
- public static string QtBuildVersion => "qt-5.12.2-ad0689c " ;
7
+ public static string QtBuildVersion => "qt-5.15.1-7fc8b10 " ;
8
8
9
9
public static bool ListenForExceptionsWhenInvokingTasks { get ; set ; }
10
10
You can’t perform that action at this time.
0 commit comments