Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2022-03-15 19:05:03 +0300
committerGitHub <noreply@github.com>2022-03-15 19:05:03 +0300
commit188d0d3c383689cdb6bb70dc6da2469faec84f61 (patch)
treecc05ee2aef8eb51f8055035d8dcb29cd40f62d32 /cmake
parentc219c921c5120a5a5862bb60bb7031dc4833f6c7 (diff)
Add bazel ci README, update main README (#235)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ci/README.md26
1 files changed, 1 insertions, 25 deletions
diff --git a/cmake/ci/README.md b/cmake/ci/README.md
index b6e6628..0d898d8 100644
--- a/cmake/ci/README.md
+++ b/cmake/ci/README.md
@@ -1,27 +1,3 @@
-# GitHub-CI Status
-| Os | amd64 | AArch64 | ARM | MIPS |
-| :-- | --: | --: | --: | --: |
-| FreeBSD | [![][img_1a]][lnk_1a] | ![][img_na] | ![][img_na] | ![][img_na] |
-| Linux | [![][img_2a]][lnk_2a] | [![][img_2b]][lnk_2b] | [![][img_2c]][lnk_2c] | [![][img_2d]][lnk_2d] |
-| MacOS | [![][img_3a]][lnk_3a] | ![][img_na] | ![][img_na] | ![][img_na] |
-| Windows | [![][img_4a]][lnk_4a] | ![][img_na] | ![][img_na] | ![][img_na] |
-
-[img_na]: https://img.shields.io/badge/build-N%2FA-lightgrey
-[lnk_1a]: https://github.com/google/cpu_features/actions/workflows/amd64_freebsd_cmake.yml
-[img_1a]: https://img.shields.io/github/workflow/status/google/cpu_features/amd64%20FreeBSD%20CMake/main
-[lnk_2a]: https://github.com/google/cpu_features/actions/workflows/amd64_linux_cmake.yml
-[img_2a]: https://img.shields.io/github/workflow/status/google/cpu_features/amd64%20Linux%20CMake/main
-[lnk_3a]: https://github.com/google/cpu_features/actions/workflows/amd64_macos_cmake.yml
-[img_3a]: https://img.shields.io/github/workflow/status/google/cpu_features/amd64%20MacOS%20CMake/main
-[lnk_4a]: https://github.com/google/cpu_features/actions/workflows/amd64_windows_cmake.yml
-[img_4a]: https://img.shields.io/github/workflow/status/google/cpu_features/amd64%20Windows%20CMake/main
-[lnk_2b]: https://github.com/google/cpu_features/actions/workflows/aarch64_linux_cmake.yml
-[img_2b]: https://img.shields.io/github/workflow/status/google/cpu_features/AArch64%20Linux%20CMake/main
-[lnk_2c]: https://github.com/google/cpu_features/actions/workflows/arm_linux_cmake.yml
-[img_2c]: https://img.shields.io/github/workflow/status/google/cpu_features/ARM%20Linux%20CMake/main
-[lnk_2d]: https://github.com/google/cpu_features/actions/workflows/mips_linux_cmake.yml
-[img_2d]: https://img.shields.io/github/workflow/status/google/cpu_features/MIPS%20Linux%20CMake/main
-
## Makefile/Docker testing
To test the build on various distro, we are using docker containers and a Makefile for orchestration.
@@ -42,7 +18,7 @@ make
note: you can also use from top directory
```sh
-make --directory=ci
+make --directory=cmake/ci
```
### Example