Test for Qt build fix

This commit is contained in:
Magne Sjaastad 2020-02-27 16:02:04 +01:00
parent f15d35edef
commit dfcdcbb064

View File

@ -18,6 +18,13 @@ jobs:
vcpkgGitCommitId: '6282cab61d175974b1af06473db584b9b80dcd48'
vcpkgPackages: 'grpc'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Qt
uses: ouuan/install-qt-action@v2.3.1
with:
version: 5.9
modules: qtscript
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
@ -26,8 +33,6 @@ jobs:
- name: Install Linux dependencies
if: "contains( matrix.os, 'ubuntu')"
run: sudo apt-get install libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev
- name: Checkout
uses: actions/checkout@v1
- name: Cache vcpkg artifacts
uses: actions/cache@v1
env:
@ -44,12 +49,6 @@ jobs:
vcpkgGitCommitId: '${{ matrix.vcpkgGitCommitId }}'
- name: Prints outputs of run-vcpkg task
run: echo "'${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}' '${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_TRIPLET_OUT }}' "
- name: Install Qt
uses: ouuan/install-qt-action@v2.3.1
with:
version: 5.9.1
target: desktop
modules: qtscript
- name: Build ResInsight-x64 Windows
if: "contains( matrix.os, 'windows')"
run: |