Skip to content

Commit ffef2c2

Browse files
committed
add lib directory when needed
1 parent 003d3d8 commit ffef2c2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
java -agentlib:native-image-agent=config-output-dir=target\recording -jar "target\vcell-native-1.0-SNAPSHOT.jar" "src\test\resources\TinySpacialProject_Application0.xml" "target\sbml-input"
108108
109109
mvn --batch-mode -P shared-dll package
110+
mkdir -p ../libvcell/lib
110111
cp target/libvcell.dll ../libvcell/lib
111112
if: ${{ startsWith(matrix.os, 'windows') }}
112113

.github/workflows/on-release-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
"target/sbml-input"
6363
6464
mvn --batch-mode -P shared-dll package
65+
mkdir -p ../libvcell/lib
6566
cp target/libvcell.so ../libvcell/lib || true
6667
cp target/libvcell.dylib ../libvcell/lib || true
6768
if: ${{ startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos') }}
@@ -74,6 +75,7 @@ jobs:
7475
java -agentlib:native-image-agent=config-output-dir=target\recording -jar "target\vcell-native-1.0-SNAPSHOT.jar" "src\test\resources\TinySpacialProject_Application0.xml" "target\sbml-input"
7576
7677
mvn --batch-mode -P shared-dll package
78+
mkdir -p ../libvcell/lib
7779
cp target/libvcell.dll ../libvcell/lib
7880
if: ${{ startsWith(matrix.os, 'windows') }}
7981

0 commit comments

Comments
 (0)