Skip to content

Commit

Permalink
Modern CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Mar 13, 2024
1 parent dd0614a commit bede56c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39]
version: [26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37]
runs-on: ubuntu-latest
name: Binder_on_Fedora${{ matrix.version }}
container:
Expand All @@ -31,6 +31,7 @@ jobs:
run: |
cmake CMakeLists.txt
make
make install
ldd source/binder
ldd -u -r source/binder || echo "OK"
ctest . --output-on-failure
Expand All @@ -54,6 +55,7 @@ jobs:
export PATH=$PATH:clang+llvm-11.0.0-x86_64-apple-darwin/bin
cmake CMakeLists.txt
make
make install
otool -L source/binder
ctest . --output-on-failure

0 comments on commit bede56c

Please sign in to comment.