Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update macos-linux-pip #419

Merged
merged 1 commit into from
May 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/macos-linux-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ env:

jobs:
hpp-fcl-pip:
name: CI on ${{ matrix.os }} / python ${{ matrix.python-version }} with pip
runs-on: "${{ matrix.os }}-latest"
name: "CI on ${{ matrix.os }} / python ${{ matrix.python-version }} with pip"
runs-on: "${{ matrix.os }}"

strategy:
fail-fast: false
matrix:
os: ["ubuntu", "macos"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -24,9 +24,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -U pip
- run: python -m pip install cmeel cmeel-assimp cmeel-octomap cmeel-eigen eigenpy
- run: python -m pip install cmeel-assimp cmeel-octomap eigenpy[build]
- run: echo "CMAKE_PREFIX_PATH=$(python -m cmeel cmake)" >> $GITHUB_ENV
- run: echo "LD_LIBRARY_PATH=$(python -m cmeel lib)" >> $GITHUB_ENV
- run: cmake -B build -S . -DCMAKE_CXX_FLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
- run: cmake -B build -S .
- run: cmake --build build -j 4
- run: cmake --build build -t test