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 e3eb92a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: Script

on:
push:
Expand Down

0 comments on commit e3eb92a

Please sign in to comment.