File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2929 exit(0) # exiting with '1' for some reason, so force proper exit
3030
3131 rust-64 :
32- name : Build 64 bit version and test it (don't both repeating for 32 bit version)
32+ name : Build 64 bit windows pyd file
3333 runs-on : windows-latest # needs to run on windows because of bzip2
3434 steps :
3535 - name : Checkout code
8282 retention-days : 1
8383
8484 rust-32 :
85- name : build 32-bit pyd file and addon
85+ name : build addon (and 32-bit windows pyd file)
8686 needs : l10n
8787 runs-on : windows-latest # needs to run on windows because no 32-bit python on linux
8888 steps :
@@ -107,7 +107,7 @@ jobs:
107107 retention-days : 1
108108
109109 linux-64 :
110- name : Build 64 bit version
110+ name : Build linux pyd file (64- bit intel)
111111 runs-on : ubuntu-latest
112112 steps :
113113 - name : Checkout code
@@ -122,6 +122,9 @@ jobs:
122122 cargo build --target x86_64-unknown-linux-gnu --release
123123 - name : Setup Example dir
124124 run : |
125+ ls -l target
126+ ls -l target/target/x86_64-unknown-linux-gnu
127+ ls -l target/target/x86_64-unknown-linux-gnu/release
125128 cp target/x86_64-unknown-linux-gnu/release/libmathcat_py.dll Example/libmathcat_py.pyd
126129 cp -r addon/globalPlugins/MathCAT/Rules Example
127130 - name : test build
You can’t perform that action at this time.
0 commit comments