Skip to content

Commit

Permalink
Automatic package building ECFLOW-1967
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Sep 21, 2024
1 parent 9e7b3a7 commit 079823d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/cd-server-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake_options: >-
-DBoost_DEBUG=ON -DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR} -DENABLE_STATIC_BOOST_LIBS=OFF
-DINSTALL_PYTHON3_DIR=lib/python3/dist-packages
-DENABLE_ALL_TESTS=ON -DENABLE_SSL=ON -DENABLE_SERVER=ON -DENABLE_UI=OFF
-DCPACK_PACKAGE_NAME=ecflow
ctest_options: -L nightly -E s_test|s_zombies
dependencies: |
ecmwf/ecbuild
Expand Down
2 changes: 1 addition & 1 deletion .github/cd-ui-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cmake_options: >-
-DINSTALL_PYTHON3_DIR=lib/python3/dist-packages
-DENABLE_ALL_TESTS=ON -DENABLE_SSL=ON -DENABLE_SERVER=OFF -DENABLE_HTTP=OFF -DENABLE_UDP=OFF -DENABLE_PYTHON=OFF
-DENABLE_UI=ON -DUI_SYSTEM_SERVERS_LIST=/ec/vol/ecflow_def/servers.list.all
-DCPACK_PACKAGE_NAME=ecflow-ui
ctest_options: -L nightly -E s_test|s_zombies
install_dir: "$RUNNER_TEMP/install/ecflow-ui"
dependencies: |
ecmwf/ecbuild
dependency_branch: develop
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
with:
skip_checks: true
#restrict_matrix_jobs: [email protected]
restrict_matrix_jobs: gnu@debian-12
restrict_matrix_jobs: [email protected]
#restrict_matrix_jobs: gnu@debian-12
build_config: .github/cd-ui-config.yml
cpack_options: -DCPACK_PACKAGE_NAME=ecflow-ui
#cpack_options: -DCPACK_PACKAGE_NAME=ecflow-ui
secrets: inherit

0 comments on commit 079823d

Please sign in to comment.