File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4848 cd libxengine
4949 chmod 777 *
5050 ./XEngine_LINEnv.sh -i 0
51-
51+ - name : install xengine library
52+ run : |
5253 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
5354 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_x86-64.zip
5455 unzip ./XEngine_RockyLinux_9_x86-64.zip -d ./XEngine_RockyLinux_9_x86-64
5758 cp -rf ./XEngine_Include /usr/local/include
5859 find ./XEngine_Linux -name "*.so" -exec cp {} /usr/local/lib \;
5960 ldconfig
60- # 编译
61+
6162 - name : make
6263 run : |
6364 cd XEngine_Source
7273 - name : test
7374 run : |
7475 cd XEngine_Release
76+ ls -al /usr/local/include
77+ ldd ./XEngine_AuthorizeService
7578 ./XEngine_AuthorizeService -t
7679
7780 - name : Upload folder as artifact with RockyLinux
You can’t perform that action at this time.
0 commit comments