mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Test for Qt build fix
This commit is contained in:
parent
f15d35edef
commit
dfcdcbb064
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@ -18,6 +18,13 @@ jobs:
|
|||||||
vcpkgGitCommitId: '6282cab61d175974b1af06473db584b9b80dcd48'
|
vcpkgGitCommitId: '6282cab61d175974b1af06473db584b9b80dcd48'
|
||||||
vcpkgPackages: 'grpc'
|
vcpkgPackages: 'grpc'
|
||||||
steps:
|
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
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
@ -26,8 +33,6 @@ jobs:
|
|||||||
- name: Install Linux dependencies
|
- name: Install Linux dependencies
|
||||||
if: "contains( matrix.os, 'ubuntu')"
|
if: "contains( matrix.os, 'ubuntu')"
|
||||||
run: sudo apt-get install libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev
|
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
|
- name: Cache vcpkg artifacts
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
env:
|
env:
|
||||||
@ -44,12 +49,6 @@ jobs:
|
|||||||
vcpkgGitCommitId: '${{ matrix.vcpkgGitCommitId }}'
|
vcpkgGitCommitId: '${{ matrix.vcpkgGitCommitId }}'
|
||||||
- name: Prints outputs of run-vcpkg task
|
- name: Prints outputs of run-vcpkg task
|
||||||
run: echo "'${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}' '${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_TRIPLET_OUT }}' "
|
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
|
- name: Build ResInsight-x64 Windows
|
||||||
if: "contains( matrix.os, 'windows')"
|
if: "contains( matrix.os, 'windows')"
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user