This commit is contained in:
tezc 2020-11-11 02:49:52 +03:00
parent 778cb96508
commit 8fedd0d27b
2 changed files with 3 additions and 19 deletions

View File

@ -1,15 +0,0 @@
on: [ push, pull_request ]
jobs:
windows:
runs-on: windows-latest
name: windows
steps:
- uses: actions/checkout@v2.1.0
- name: build
run: |
mkdir build-debug && cd build-debug
cmake -G "Visual Studio 16 2019" -A x64 ..
cmake --build .
ctest -C Debug

View File

@ -5,7 +5,7 @@
## Libraries ## Libraries
| | | | Library | Description |
|:---------------:|-----------------------------------------------------------------------------| |:---------------:|-----------------------------------------------------------------------------|
| **array** | Generic growable array | | **array** | Generic growable array |
| **crc32** | Crc32 implementation contains hardware & software versions | | **crc32** | Crc32 implementation contains hardware & software versions |
@ -26,7 +26,7 @@
CI runs on CI runs on
| | | | Environment | Description |
|--------------|----------------------------------------------| |--------------|----------------------------------------------|
| **OS** |Linux, Windows, macOs, FreeBSD | | **OS** |Linux, Windows, macOs, FreeBSD |
| **Arch** | x64, x86, s390x, arm6, arm7, aarch64, ppc64le| | **Arch** | x64, x86, s390x, arm6, arm7, aarch64, ppc64le|
@ -34,5 +34,4 @@ CI runs on
[![codecov](https://codecov.io/gh/tezc/simple-c/branch/master/graph/badge.svg)](https://codecov.io/gh/tezc/simple-c) [![codecov](https://codecov.io/gh/tezc/simple-c/branch/master/graph/badge.svg)](https://codecov.io/gh/tezc/simple-c)
[![Build Status](https://api.cirrus-ci.com/github/tezc/simple-c.svg)](https://cirrus-ci.com/github/tezc/simple-c) [![Build Status](https://api.cirrus-ci.com/github/tezc/simple-c.svg)](https://cirrus-ci.com/github/tezc/simple-c)
![.github/workflows/.actions.yml](https://github.com/tezc/simple-c/workflows/.github/workflows/.actions.yml/badge.svg) ![.github/workflows/.actions.yml](https://github.com/tezc/simple-c/workflows/.github/workflows/.actions.yml/badge.svg)
![.github/workflows/.actions.yml](https://github.com/tezc/simple-c/workflows/.github/workflows/windows/badge.svg)