File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107
107
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"
108
108
109
109
mvn --batch-mode -P shared-dll package
110
+ mkdir -p ../libvcell/lib
110
111
cp target/libvcell.dll ../libvcell/lib
111
112
if : ${{ startsWith(matrix.os, 'windows') }}
112
113
Original file line number Diff line number Diff line change 62
62
"target/sbml-input"
63
63
64
64
mvn --batch-mode -P shared-dll package
65
+ mkdir -p ../libvcell/lib
65
66
cp target/libvcell.so ../libvcell/lib || true
66
67
cp target/libvcell.dylib ../libvcell/lib || true
67
68
if : ${{ startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos') }}
74
75
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"
75
76
76
77
mvn --batch-mode -P shared-dll package
78
+ mkdir -p ../libvcell/lib
77
79
cp target/libvcell.dll ../libvcell/lib
78
80
if : ${{ startsWith(matrix.os, 'windows') }}
79
81
You can’t perform that action at this time.
0 commit comments