This repository was archived by the owner on Aug 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +18
-15
lines changed Expand file tree Collapse file tree 11 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1
- name : MCT-PreviewBuild
1
+ name : Preview-Build
2
2
3
3
on :
4
4
push :
@@ -19,13 +19,15 @@ jobs:
19
19
cd build
20
20
cmake --version
21
21
cmake ../
22
+ echo "Done!"
22
23
shell : sh
23
24
- name : Make build
24
25
run : |
25
26
cd ${{ github.workspace }}
26
27
ls
27
28
cd build
28
29
make
30
+ echo "Done!"
29
31
shell : sh
30
32
- name : Upload exec file
31
33
Original file line number Diff line number Diff line change 1
1
.vscode
2
- build /*
2
+ build
3
+
Original file line number Diff line number Diff line change 6
6
7
7
<div align =" center " >
8
8
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 )
10
9
[ ![ 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 )
11
10
[ ![ 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 )
12
11
[ ![ 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 )
17
16
[ ![ 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 )
18
17
[ ![ 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 )
19
18
20
- ![ EMAIL] ( https://img.shields.io/badge/EMAIL-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white )
21
-
22
19
</div >
23
20
24
21
[ 🀄简体中文] ( /README_zh.md ) | 🔠[ English] ( /README.md )
@@ -51,6 +48,9 @@ Thank every developer very much for their help!👍
51
48
52
49
## 👀 Other
53
50
51
+ Change log [ change] ( /change_log.md )
52
+
54
53
This project also powered by [ ECCPH] ( https://github.com/QuantumLS-Studio/ECCPH )
55
54
56
55
Old versions[ MathCentralTools] ( https://github.com/FTS427/MathCentralTools ) (Archived🗃️)
56
+
Original file line number Diff line number Diff line change 6
6
7
7
<div align =" center " >
8
8
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 )
10
9
[ ![ 星标] ( https://img.shields.io/github/stars/QuantumLS-Studio/MathCentralTool?logo=github&label=星标&style=for-the-badge )] ( https://github.com/QuantumLS-Studio/MathCentralTool/stargazers )
11
10
[ ![ 协议] ( 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 )
12
11
[ ![ 议题] ( https://img.shields.io/github/issues/QuantumLS-Studio/MathCentralTool?logo=github&lable=议题&style=for-the-badge " 议题 ")] ( https://github.com/QuantumLS-Studio/MathCentralTool/issues )
17
16
[ ![ 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 )
18
17
[ ![ 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 )
19
18
20
- ![ 邮箱] ( https://img.shields.io/badge/邮箱-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white )
21
-
22
19
</div >
23
20
24
21
[ 🀄简体中文] ( /README_zh.md ) | [ 🔠English] ( /README.md )
51
48
52
49
## 👀其他
53
50
51
+ 之前的更改?在[ 这里] ( /change_log.md )
52
+
54
53
本项目使用了头文件[ ECPPH] ( https://github.com/QuantumLS-Studio/ECPPH )
55
54
56
55
先前的版本参见[ MathCentralTools] ( https://github.com/FTS427/MathCentralTools ) (已归档🗃️)
56
+
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
// Preview, be careful
2
2
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"
9
9
10
- // 主函数
10
+ // Main function
11
11
int main (){
12
12
clear ();
13
13
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