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:
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
Original file line number Diff line number Diff line change 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') }}
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
You can’t perform that action at this time.
0 commit comments