mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Create binary artifacts for Linux
* Bundle Qt binaries and create artifacts on Linux * Add qt.conf for Linux * Remove install target for unit test
This commit is contained in:
4
.github/workflows/ResInsightWithCache.yml
vendored
4
.github/workflows/ResInsightWithCache.yml
vendored
@@ -210,6 +210,7 @@ jobs:
|
||||
-D CMAKE_BUILD_TYPE=$ENV{BUILD_TYPE}
|
||||
-D CMAKE_INSTALL_PREFIX=cmakebuild/install
|
||||
-D RESINSIGHT_BUNDLE_OPENSSL=true
|
||||
-D RESINSIGHT_QT5_BUNDLE_LIBRARIES=true
|
||||
-D RESINSIGHT_INCLUDE_APPLICATION_UNIT_TESTS=true
|
||||
-D RESINSIGHT_TREAT_WARNINGS_AS_ERRORS=true
|
||||
-D RESINSIGHT_ENABLE_PRECOMPILED_HEADERS=false
|
||||
@@ -272,8 +273,7 @@ jobs:
|
||||
name: python-distribution
|
||||
path: GrpcInterface/Python/dist
|
||||
|
||||
- name: Upload Windows install artifact
|
||||
if: contains( matrix.config.os, 'windows')
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ResInsight-${{ matrix.config.name }}
|
||||
|
||||
Reference in New Issue
Block a user