Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added new build target for exporting swiftest.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 4, 2023
1 parent f42c2da commit cb3f621
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ COPY --from=build_driver /usr/local/bin/swiftest_driver /
FROM scratch as export_library
COPY --from=build_driver /usr/local/lib/libswiftest.a /

# This build target exports the module file to the host
FROM scratch as export_module
COPY --from=build_driver /usr/local/include/swiftest.mod /


# This build target creates a container with a conda environment with all dependencies needed to run the Python front end and
# analysis tools
FROM continuumio/miniconda3 as python
Expand Down

0 comments on commit cb3f621

Please sign in to comment.