Skip to content

Commit

Permalink
fixing lib3mf linux export
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Jan 24, 2024
1 parent df462ec commit 7ec2011
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
id: extract
with:
image: lib3mf_ubi8:latest
path: lib3mf-repo/build/lib3mf.so.2
path: out.zip
destination: dist

- run: unzip out.zip
working-directory: ./dist
-
name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down
11 changes: 11 additions & 0 deletions CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN \
glibc-langpack-en \
tar \
gzip \
zip \
${GCCTOOLSET} \
&& microdnf clean all

Expand Down Expand Up @@ -54,6 +55,16 @@ RUN ctest -V .

WORKDIR "/../../"

RUN mkdir -p out

RUN cp ./lib3mf-repo/build/lib3mf.so.2 ./out/

RUN cd out && zip -r ../out.zip .








0 comments on commit 7ec2011

Please sign in to comment.