Skip to content

Commit

Permalink
windows build badge and fix for others
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-chumak committed May 11, 2024
1 parent a634607 commit e237279
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: |
ol --version
export LD_LIBRARY_PATH=.
make all check
make check-reference
2 changes: 1 addition & 1 deletion .github/workflows/check-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: |
ol --version
export LD_LIBRARY_PATH=.
make all check
make check-reference
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@

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)


<a href="https://github.com/yuriy-chumak/libol-algebra/actions">
<img align="right" src="https://github.com/yuriy-chumak/libol-algebra/actions/workflows/ci.yml/badge.svg">
</a>
[![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

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
Expand Down

0 comments on commit e237279

Please sign in to comment.