mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
using env to define openmc cmake command
This commit is contained in:
parent
3039f9c969
commit
4ecdec6527
6 changed files with 46 additions and 64 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
push: true
|
||||
tags: openmc/openmc:latest-dagmc
|
||||
build-args: |
|
||||
include_dagmc=true
|
||||
build_dagmc=on
|
||||
compile_cores=2
|
||||
-
|
||||
name: Image digest
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
push: true
|
||||
tags: openmc/openmc:develop-dagmc
|
||||
build-args: |
|
||||
include_dagmc=true
|
||||
build_dagmc=on
|
||||
compile_cores=2
|
||||
openmc_branch=develop
|
||||
-
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
push: true
|
||||
tags: openmc/openmc:develop-dagmc
|
||||
build-args: |
|
||||
include_libmesh=true
|
||||
build_libmesh=on
|
||||
compile_cores=2
|
||||
openmc_branch=develop
|
||||
-
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
push: true
|
||||
tags: openmc/openmc:latest-libmesh
|
||||
build-args: |
|
||||
include_libmesh=true
|
||||
build_libmesh=on
|
||||
compile_cores=2
|
||||
-
|
||||
name: Image digest
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
push: true
|
||||
tags: openmc/openmc:${{ env.RELEASE_VERSION }}-dagmc
|
||||
build-args: |
|
||||
include_dagmc=true
|
||||
build_dagmc=on
|
||||
compile_cores=2
|
||||
-
|
||||
name: Image digest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue