From e237279002f896ae35bef851c82217235aaf96b8 Mon Sep 17 00:00:00 2001 From: Yuriy Chumak Date: Sat, 11 May 2024 19:58:03 +0300 Subject: [PATCH] windows build badge and fix for others --- .github/workflows/check-linux.yml | 2 +- .github/workflows/check-macos.yml | 2 +- README.md | 14 +++++--------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/check-linux.yml b/.github/workflows/check-linux.yml index e8e0c40..1727973 100644 --- a/.github/workflows/check-linux.yml +++ b/.github/workflows/check-linux.yml @@ -26,4 +26,4 @@ jobs: run: | ol --version export LD_LIBRARY_PATH=. - make all check + make check-reference diff --git a/.github/workflows/check-macos.yml b/.github/workflows/check-macos.yml index d8f6a74..7b50730 100644 --- a/.github/workflows/check-macos.yml +++ b/.github/workflows/check-macos.yml @@ -26,4 +26,4 @@ jobs: run: | ol --version export LD_LIBRARY_PATH=. - make all check + make check-reference diff --git a/README.md b/README.md index 309cc81..330d468 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,9 @@ A package for a smart math computing in the [Ol (Otus Lisp)](https://github.com/yuriy-chumak/ol). -[![Github build linux status](https://github.com/yuriy-chumak/libol-algebra/workflows/CI Check (Linux)/badge.svg)](https://github.com/yuriy-chumak/libol-algebra/actions/workflows/check-linux.yml) -[![Github build macos status](https://github.com/yuriy-chumak/libol-algebra/workflows/CI Check (MacOS)/badge.svg)](https://github.com/yuriy-chumak/libol-algebra/actions/workflows/check-macos.yml) - - - - - +[![Github build linux status](https://github.com/yuriy-chumak/libol-algebra/workflows/CI%20Check%20(Linux)/badge.svg)](https://github.com/yuriy-chumak/libol-algebra/actions/workflows/check-linux.yml) +[![Github build macos status](https://github.com/yuriy-chumak/libol-algebra/workflows/CI%20Check%20(MacOS)/badge.svg)](https://github.com/yuriy-chumak/libol-algebra/actions/workflows/check-macos.yml) +[![Github build win64 status](https://github.com/yuriy-chumak/libol-algebra/workflows/CI%20Check%20(Win64)/badge.svg)](https://github.com/yuriy-chumak/libol-algebra/actions/workflows/check-win64.yml) ## Installing @@ -17,8 +13,8 @@ A package for a smart math computing in the [Ol (Otus Lisp)](https://github.com/ Possible options: - Just `make; make install` inside the project folder, - Or `kiss install libol-algebra` using [ol-packages](https://github.com/yuriy-chumak/ol-packages) repository, - - If you don't need the fast inexact math support (meaning optimized C code for floating point machine types) or you don't have the C compiler available, - you can just `copy the "otus" folder` to your project. + - If you don't need the fast inexact math support (the optimized C code for floating point machine types) or you don't have the C compiler available, + you can just *copy the "otus" folder* to your project. ## Usage