This repository was archived by the owner on Aug 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : MCT-PreviewBuild
1+ name : Preview-Build
22
33on :
44 push :
@@ -19,13 +19,15 @@ jobs:
1919 cd build
2020 cmake --version
2121 cmake ../
22+ echo "Done!"
2223 shell : sh
2324 - name : Make build
2425 run : |
2526 cd ${{ github.workspace }}
2627 ls
2728 cd build
2829 make
30+ echo "Done!"
2931 shell : sh
3032 - name : Upload exec file
3133 uses : actions/upload-artifact@v3.1.2
Original file line number Diff line number Diff line change 11.vscode
2- build /*
2+ build
3+
Original file line number Diff line number Diff line change 66
77<div align =" center " >
88
9- [ ![ Download] ( https://img.shields.io/github/downloads/QuantumLS-Studio/MathCentralTool/total?logo=github&label=Download&style=for-the-badge&color=44cc11 )] ( https://github.com/QuantumLS-Studio/MathCentralTool/releases )
109[ ![ Stars] ( https://img.shields.io/github/stars/QuantumLS-Studio/MathCentralTool?logo=github&label=Stars&style=for-the-badge )] ( https://github.com/QuantumLS-Studio/MathCentralTool/stargazers )
1110[ ![ License] ( https://img.shields.io/github/license/QuantumLS-Studio/MathCentralTool?logo=github&label=License&style=for-the-badge&color=ff7a35 )] ( https://github.com/QuantumLS-Studio/MathCentralTool/blob/master/LICENSE )
1211[ ![ Issues] ( https://img.shields.io/github/issues/QuantumLS-Studio/MathCentralTool?logo=github&lable=issues&style=for-the-badge " Issues ")] ( https://github.com/QuantumLS-Studio/MathCentralTool/issues )
1716[ ![ Stable] ( https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/stable-build.yml?label=Stable&style=for-the-badge " Stable ")] ( https://github.com/QuantumLS-Studio/MathCentralTool/actions/workflows/stable-build.yml )
1817[ ![ Preview] ( https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/preview-build.yml?label=Preview&style=for-the-badge " Preview ")] ( https://github.com/QuantumLS-Studio/MathCentralTool/actions/workflows/preview-build.yml )
1918
20- ![ EMAIL] ( https://img.shields.io/badge/EMAIL-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white )
21-
2219</div >
2320
2421[ 🀄简体中文] ( /README_zh.md ) | 🔠[ English] ( /README.md )
@@ -51,6 +48,9 @@ Thank every developer very much for their help!👍
5148
5249## 👀 Other
5350
51+ Change log [ change] ( /change_log.md )
52+
5453This project also powered by [ ECCPH] ( https://github.com/QuantumLS-Studio/ECCPH )
5554
5655Old versions[ MathCentralTools] ( https://github.com/FTS427/MathCentralTools ) (Archived🗃️)
56+
Original file line number Diff line number Diff line change 66
77<div align =" center " >
88
9- [ ![ 下载] ( https://img.shields.io/github/downloads/QuantumLS-Studio/MathCentralTool/total?logo=github&label=下载&style=for-the-badge&color=44cc11 )] ( https://github.com/QuantumLS-Studio/MathCentralTool/releases )
109[ ![ 星标] ( https://img.shields.io/github/stars/QuantumLS-Studio/MathCentralTool?logo=github&label=星标&style=for-the-badge )] ( https://github.com/QuantumLS-Studio/MathCentralTool/stargazers )
1110[ ![ 协议] ( https://img.shields.io/github/license/QuantumLS-Studio/MathCentralTool?logo=github&label=协议&style=for-the-badge&color=ff7a35 )] ( https://github.com/QuantumLS-Studio/MathCentralTool/blob/master/LICENSE )
1211[ ![ 议题] ( https://img.shields.io/github/issues/QuantumLS-Studio/MathCentralTool?logo=github&lable=议题&style=for-the-badge " 议题 ")] ( https://github.com/QuantumLS-Studio/MathCentralTool/issues )
1716[ ![ Stable] ( https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/stable-build.yml?label=Stable&style=for-the-badge " Stable ")] ( https://github.com/QuantumLS-Studio/MathCentralTool/actions/workflows/stable-build.yml )
1817[ ![ Preview] ( https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/preview-build.yml?label=Preview&style=for-the-badge " Preview ")] ( https://github.com/QuantumLS-Studio/MathCentralTool/actions/workflows/preview-build.yml )
1918
20- ![ 邮箱] ( https://img.shields.io/badge/邮箱-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white )
21-
2219</div >
2320
2421[ 🀄简体中文] ( /README_zh.md ) | [ 🔠English] ( /README.md )
5148
5249## 👀其他
5350
51+ 之前的更改?在[ 这里] ( /change_log.md )
52+
5453本项目使用了头文件[ ECPPH] ( https://github.com/QuantumLS-Studio/ECPPH )
5554
5655先前的版本参见[ MathCentralTools] ( https://github.com/FTS427/MathCentralTools ) (已归档🗃️)
56+
File renamed without changes.
Original file line number Diff line number Diff line change 11// Preview, be careful
22
3- #include " ./include/mhead .h"
4- #include " ./part /calc.cpp"
5- #include " ./part /maxn.cpp"
6- #include " ./part /minn.cpp"
7- #include " ./part /chn.cpp"
8- #include " ./part /cg.cpp"
3+ #include " ./include/ecp .h"
4+ #include " ./plugins /calc.cpp"
5+ #include " ./plugins /maxn.cpp"
6+ #include " ./plugins /minn.cpp"
7+ #include " ./plugins /chn.cpp"
8+ #include " ./plugins /cg.cpp"
99
10- // 主函数
10+ // Main function
1111int main (){
1212 clear ();
1313 hy (" 集成数学工具" );
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments