mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
parent
da43084fcb
commit
c88424dbcf
6
.github/workflows/centos7.yml
vendored
6
.github/workflows/centos7.yml
vendored
@ -30,12 +30,12 @@ jobs:
|
|||||||
yum install -y mesa-libGL-devel
|
yum install -y mesa-libGL-devel
|
||||||
yum install -y freeglut-devel
|
yum install -y freeglut-devel
|
||||||
|
|
||||||
yum install -y devtoolset-9
|
yum install -y devtoolset-7
|
||||||
|
|
||||||
yum install -y rh-python36
|
yum install -y rh-python36
|
||||||
- name: Build QtCharts
|
- name: Build QtCharts
|
||||||
run: |
|
run: |
|
||||||
source /opt/rh/devtoolset-9/enable
|
source /opt/rh/devtoolset-7/enable
|
||||||
git clone git://code.qt.io/qt/qtcharts.git
|
git clone git://code.qt.io/qt/qtcharts.git
|
||||||
cd qtcharts/
|
cd qtcharts/
|
||||||
git checkout v5.9.7
|
git checkout v5.9.7
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
echo "::set-output name=PYTHON_EXECUTABLE::$(python -c 'import sys; import pathlib; print (pathlib.PurePath(sys.executable).as_posix())')"
|
echo "::set-output name=PYTHON_EXECUTABLE::$(python -c 'import sys; import pathlib; print (pathlib.PurePath(sys.executable).as_posix())')"
|
||||||
- name: Build ResInsight
|
- name: Build ResInsight
|
||||||
run: |
|
run: |
|
||||||
source /opt/rh/devtoolset-9/enable
|
source /opt/rh/devtoolset-7/enable
|
||||||
source /opt/rh/rh-python36/enable
|
source /opt/rh/rh-python36/enable
|
||||||
|
|
||||||
cmake3 --version
|
cmake3 --version
|
||||||
|
Loading…
Reference in New Issue
Block a user