mirror of
https://github.com/tezc/sc.git
synced 2025-01-14 06:43:04 +08:00
last
This commit is contained in:
parent
778cb96508
commit
8fedd0d27b
15
.github/workflows/.windows.yml
vendored
15
.github/workflows/.windows.yml
vendored
@ -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
|
@ -5,7 +5,7 @@
|
||||
|
||||
## Libraries
|
||||
|
||||
| | |
|
||||
| Library | Description |
|
||||
|:---------------:|-----------------------------------------------------------------------------|
|
||||
| **array** | Generic growable array |
|
||||
| **crc32** | Crc32 implementation contains hardware & software versions |
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
CI runs on
|
||||
|
||||
| | |
|
||||
| Environment | Description |
|
||||
|--------------|----------------------------------------------|
|
||||
| **OS** |Linux, Windows, macOs, FreeBSD |
|
||||
| **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)
|
||||
[![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/windows/badge.svg)
|
||||
![.github/workflows/.actions.yml](https://github.com/tezc/simple-c/workflows/.github/workflows/.actions.yml/badge.svg)
|
Loading…
x
Reference in New Issue
Block a user