Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openpeeps/blend2d-nim
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon committed Nov 22, 2024
2 parents 59244bf + 3653c0d commit dea5445
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -G Ninja
cmake --build .
sudo mv libblend2d.so /usr/local/lib
cd ../../..
- run: |
LD_LIBRARY_PATH=/usr/local/lib
sudo ldconfig
- run: |
ls /home/runner/work/blend2d-nim/blend2d-nim/src/blend2d/bindings/blend2d_source/build/
sudo mv /home/runner/work/blend2d-nim/blend2d-nim/src/blend2d/bindings/blend2d_source/build/libblend2d.so /usr/local/lib
- run: nimble install -Y
- run: nimble test
- run: nimble test

0 comments on commit dea5445

Please sign in to comment.