Skip to content

Commit

Permalink
Build pipelines for all supported platforms (Linux, MacOS, Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Kalatozishvili committed Sep 15, 2024
1 parent 4fc9e6a commit a4c377c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CMake
name: Linux

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: Makefile

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/script.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Full Build
name: Shell script

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![MIT License](https://img.shields.io/badge/License-MIT-brightgreen.svg?)](https://github.com/kala13x/libxutils/blob/main/LICENSE)
[![C/C++ CI](https://github.com/kala13x/libxutils/actions/workflows/make.yml/badge.svg)](https://github.com/kala13x/libxutils/actions/workflows/make.yml)
[![CMake](https://github.com/kala13x/libxutils/actions/workflows/cmake.yml/badge.svg)](https://github.com/kala13x/libxutils/actions/workflows/cmake.yml)
[![SMake](https://github.com/kala13x/libxutils/actions/workflows/smake.yml/badge.svg)](https://github.com/kala13x/libxutils/actions/workflows/smake.yml)
[![Linux](https://github.com/kala13x/libxutils/actions/workflows/linux.yml/badge.svg)](https://github.com/kala13x/libxutils/actions/workflows/linux.yml)
[![MacOS](https://github.com/kala13x/libxutils/actions/workflows/macos.yml/badge.svg)](https://github.com/kala13x/libxutils/actions/workflows/macos.yml)
[![Windows](https://github.com/kala13x/libxutils/actions/workflows/windows.yml/badge.svg)](https://github.com/kala13x/libxutils/actions/workflows/windows.yml)
[![CodeQL](https://github.com/kala13x/libxutils/actions/workflows/codeql.yml/badge.svg)](https://github.com/kala13x/libxutils/actions/workflows/codeql.yml)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/25173/badge.svg?)](https://scan.coverity.com/projects/libxutils)

Expand Down

0 comments on commit a4c377c

Please sign in to comment.