Skip to content

Commit

Permalink
Update CI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Apr 14, 2024
1 parent 46ffb70 commit f6f0015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JlCxx

![test-linux-mac](https://github.com/JuliaInterop/libcxxwrap-julia/workflows/test-linux-mac/badge.svg) ![test-win](https://github.com/JuliaInterop/libcxxwrap-julia/workflows/test-win/badge.svg)
[![test-linux-mac](https://github.com/JuliaInterop/libcxxwrap-julia/actions/workflows/test-linux-mac.yml/badge.svg)](https://github.com/JuliaInterop/libcxxwrap-julia/actions/workflows/test-linux-mac.yml) [![test-win](https://github.com/JuliaInterop/libcxxwrap-julia/actions/workflows/test-win.yml/badge.svg)](https://github.com/JuliaInterop/libcxxwrap-julia/actions/workflows/test-win.yml)

This is the C++ library component of the [CxxWrap.jl](https://github.com/JuliaInterop/CxxWrap.jl) package, distributed as a regular CMake library
for use in other C++ projects. To build a Julia interface to a C++ library, you need to build against this library and supply the resulting library as a binary dependency to your Julia package. The `testlib-builder` directory contains a complete example of how to build and distribute these binaries, or you can use the [BinaryBuilder.jl](https://github.com/JuliaPackaging/BinaryBuilder.jl) wizard to generate the builder repository.
Expand Down

0 comments on commit f6f0015

Please sign in to comment.