Skip to content

Commit

Permalink
Mode test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Aug 21, 2024
1 parent 7808f07 commit 0ee9581
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_resinsight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
if: steps.cache-package.outputs.cache-hit != 'true'
run: |
sudo apt update
sudo apt -y install build-essential gcc-12 g++-12 curl zip unzip tar
sudo apt -y install build-essential gcc-10 g++-10 curl zip unzip tar
sudo apt -y install qtbase5-dev qtbase5-private-dev libqt5charts5-dev libqt5svg5-dev
- name: Switch cpp compiler
if: steps.cache-package.outputs.cache-hit != 'true'
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
sudo update-alternatives --auto g++
sudo update-alternatives --auto gcc
- name: Clone ResInsight
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
-DRESINSIGHT_GRPC_DOWNLOAD_PYTHON_MODULE=OFF \
-DRESINSIGHT_GRPC_BUNDLE_PYTHON_MODULE=OFF \
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/${{ env.INSTALL_DIR }} \
-DRESINSIGHT_ENABLE_HDF5=OFF > output.txt
make -j$( nproc ) install
-DRESINSIGHT_ENABLE_HDF5=OFF
make install
- name: Package ResInsight
if: steps.cache-package.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 0ee9581

Please sign in to comment.