Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from FTS427/Preview
Browse files Browse the repository at this point in the history
 U | PreviewUpdate
  • Loading branch information
FTS427 authored Dec 30, 2023
2 parents 29730b6 + d9b2cb2 commit 90bbba3
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MCT-PreviewBuild
name: Preview-Build

on:
push:
Expand All @@ -19,13 +19,15 @@ jobs:
cd build
cmake --version
cmake ../
echo "Done!"
shell: sh
- name: Make build
run: |
cd ${{ github.workspace }}
ls
cd build
make
echo "Done!"
shell: sh
- name: Upload exec file
uses: actions/upload-artifact@v3.1.2
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
build/*
build

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<div align="center">

[![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)
[![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)
[![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)
[![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)
Expand All @@ -17,8 +16,6 @@
[![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)
[![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)

![EMAIL](https://img.shields.io/badge/EMAIL-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white)

</div>

[🀄简体中文](/README_zh.md) | 🔠[English](/README.md)
Expand Down Expand Up @@ -51,6 +48,9 @@ Thank every developer very much for their help!👍

## 👀 Other

Change log [change](/change_log.md)

This project also powered by [ECCPH](https://github.com/QuantumLS-Studio/ECCPH)

Old versions[MathCentralTools](https://github.com/FTS427/MathCentralTools)(Archived🗃️)

6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<div align="center">

[![下载](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)
[![星标](https://img.shields.io/github/stars/QuantumLS-Studio/MathCentralTool?logo=github&label=星标&style=for-the-badge)](https://github.com/QuantumLS-Studio/MathCentralTool/stargazers)
[![协议](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)
[![议题](https://img.shields.io/github/issues/QuantumLS-Studio/MathCentralTool?logo=github&lable=议题&style=for-the-badge "议题")](https://github.com/QuantumLS-Studio/MathCentralTool/issues)
Expand All @@ -17,8 +16,6 @@
[![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)
[![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)

![邮箱](https://img.shields.io/badge/邮箱-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white)

</div>

[🀄简体中文](/README_zh.md) | [🔠English](/README.md)
Expand Down Expand Up @@ -51,6 +48,9 @@

## 👀其他

之前的更改?在[这里](/change_log.md)

本项目使用了头文件[ECPPH](https://github.com/QuantumLS-Studio/ECPPH)

先前的版本参见[MathCentralTools](https://github.com/FTS427/MathCentralTools)(已归档🗃️)

File renamed without changes.
14 changes: 7 additions & 7 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//Preview, be careful

#include "./include/mhead.h"
#include "./part/calc.cpp"
#include "./part/maxn.cpp"
#include "./part/minn.cpp"
#include "./part/chn.cpp"
#include "./part/cg.cpp"
#include "./include/ecp.h"
#include "./plugins/calc.cpp"
#include "./plugins/maxn.cpp"
#include "./plugins/minn.cpp"
#include "./plugins/chn.cpp"
#include "./plugins/cg.cpp"

//主函数
// Main function
int main(){
clear();
hy("集成数学工具");
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 90bbba3

Please sign in to comment.