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 19, 2024
1 parent 604e5c2 commit 01ca640
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/cd-server-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cmake_options: >-
-DBOOST_ROOT=${BOOST_ROOT_DIR} -DBOOST_INCLUDEDIR=${BOOST_INCLUDE_DIR} -DBOOST_LIBRARYDIR=${BOOST_LIB_DIR}
-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
ctest_options: -L nightly -E s_test|s_zombies
dependencies: |
ecmwf/ecbuild
dependency_branch: develop
parallelism_factor: 8
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:

jobs:
deploy:
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@create-packages-custom-config
with:
skip_checks: true
restrict_matrix_jobs: debian12
build_config: .github/cd-server-config.yml
secrets: inherit

0 comments on commit 01ca640

Please sign in to comment.