mirror of
https://github.com/krugersu/YY.TechJournalExportAssistant.git
synced 2026-06-19 21:46:53 +02:00
Merge pull request #6 from YPermitin/develop
Обновлено описание проекта и настройки CI/CD
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: Testing on Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.202
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
- name: Test (fake)
|
||||
run: dotnet --version
|
||||
@@ -12,7 +12,7 @@
|
||||
### Состояние сборки
|
||||
| Windows | Linux |
|
||||
|:-------:|:------:|
|
||||
| [](https://ci.appveyor.com/project/YPermitin/yy-techjournalexportassistant) |  |
|
||||
| [](https://github.com/YPermitin/YY.TechJournalExportAssistant/actions/workflows/dotnet-test-on-windows.yml) | [](https://github.com/YPermitin/YY.TechJournalExportAssistant/actions/workflows/dotnet-test-on-linux.yml) |
|
||||
|
||||
### Code Climate
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YY.TechJournalExportAssista
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{300AD5BD-47CB-4AA8-B823-9B061C7654D1}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.github\workflows\dotnet-test-on-windows.yml = .github\workflows\dotnet-test-on-windows.yml
|
||||
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
|
||||
LICENSE = LICENSE
|
||||
README.md = README.md
|
||||
|
||||
Reference in New Issue
Block a user