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 #8 from FTS427/Preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
FTS427 authored Nov 18, 2023
2 parents b6a29e3 + 6c9b9b9 commit 8fe0d1a
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 594 deletions.
33 changes: 10 additions & 23 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: MCT-PreviewBuild

on:
push:
branches: [ "main" ]
branches: [ "Preview" ]
pull_request:
branches: [ "main" ]
branches: [ "Preview" ]

jobs:
linux-pre:
Expand All @@ -13,36 +13,23 @@ jobs:
- uses: actions/checkout@v3
- name: build-linux-pre
run: make
working-directory: src/Preview
- name: Build Prewiew MCT-Linux
working-directory: src/
- name: Build Preview MCT-Linux
uses: actions/upload-artifact@v3.1.2
with:
name: MCT-Linux-Pre
path: src/Preview/MCT-Linux-Pre

macos-pre:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: build-macos-pre
run: make
working-directory: src/Preview
- name: Build Prewiew MCT-Macos
uses: actions/upload-artifact@v3.1.2
with:
name: MCT-Macos-Pre
path: src/Preview/MCT-Linux-Pre

path: src/MCT-Linux

windows-pre:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: build-windows-pre
run: g++ MCT-Windows-Pre.cpp -o MCT-Windows-Pre.exe
run: g++ MCT-Windows.cpp -o MCT-Windows.exe
working-directory: src/Preview
- name: Build Prewiew MCT-Windows
- name: Build Preview MCT-Windows
uses: actions/upload-artifact@v3.1.2
with:
name: MCT-Windows-Pre.exe
path: src/Preview/MCT-Windows-Pre
name: MCT-Windows.exe
path: src/MCT-Windows

4 changes: 2 additions & 2 deletions .github/workflows/stable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: MCT-StableBuild

on:
push:
branches: [ "main" ]
branches: [ "Stable" ]
pull_request:
branches: [ "main" ]
branches: [ "Stable" ]

jobs:

Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,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)

![Archlinux](https://img.shields.io/badge/archlinux-1E90FF?style=for-the-badge&logo=archlinux&logoColor=white)
![Windows](https://img.shields.io/badge/windows-4682B4?style=for-the-badge&logo=windows&logoColor=white)

![C++](https://img.shields.io/badge/c++-4B0082?style=for-the-badge&logoColor=white)

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

</div>
Expand Down
3 changes: 0 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,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)

![Archlinux](https://img.shields.io/badge/archlinux-1E90FF?style=for-the-badge&logo=archlinux&logoColor=white)
![Windows](https://img.shields.io/badge/windows-4682B4?style=for-the-badge&logo=windows&logoColor=white)

![C++](https://img.shields.io/badge/c++-4B0082?style=for-the-badge&logoColor=white)

![邮箱](https://img.shields.io/badge/邮箱-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white)
Expand Down
Binary file removed src/Preview/linux/MCT-Linux-Pre
Binary file not shown.
2 changes: 0 additions & 2 deletions src/Preview/linux/Makefile

This file was deleted.

93 changes: 0 additions & 93 deletions src/Stable/ECPPH.h

This file was deleted.

Binary file removed src/Stable/MCT-Linux
Binary file not shown.
Loading

0 comments on commit 8fe0d1a

Please sign in to comment.