Skip to content

Commit

Permalink
more workflow testing to enable hdf5 and veloxchem
Browse files Browse the repository at this point in the history
  • Loading branch information
scanberg committed Dec 3, 2024
1 parent 097a23d commit e83032d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
github-binarycache: true
- name: cmake
run: |
cmake -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-release -DVCPKG_MANIFEST_MODE=OFF -DBUILD_SHARED_LIBS=OFF -DUSE_MSVC_RUNTIME_LIBRARY_DLL=OFF -DBUILD_STATIC_LIBS=ON -DVIAMD_ENABLE_VELOXCHEM=ON -DMD_UNITTEST=OFF -DMD_BENCHMARK=OFF .
cmake -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-release -DVCPKG_MANIFEST_MODE=OFF -DBUILD_SHARED_LIBS=OFF -DUSE_MSVC_RUNTIME_LIBRARY_DLL=OFF -DBUILD_STATIC_LIBS=ON -DVIAMD_ENABLE_VELOXCHEM=ON -DMD_UNITTEST=OFF -MD_ENABLE_VLX=ON -DMD_BENCHMARK=OFF .
- name: build
run: |
cmake --build . --config MinSizeRel -- /nologo /verbosity:minimal /maxcpucount:4
cmake --build . --config Release -- /nologo /verbosity:minimal /maxcpucount:4
- name: archive
uses: thedoctor0/zip-release@main
with:
type: 'zip'
filename: 'viamd_win.zip'
path: 'bin/MinSizeRel/.'
path: 'bin/Release/.'
- name: release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit e83032d

Please sign in to comment.