Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Jun 29, 2022
1 parent 0561ec2 commit 2737a72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,11 @@ jobs:
CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_BEFORE_ALL: |
mkdir moosbuild;
pushd moosbuild >& /dev/null;
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON /project/core-moos/;
make;
make install;
popd >& /dev/null;
CIBW_SKIP: pp*
CIBW_BUILD: cp310-manylinux_aarch64
CIBW_TEST_SKIP: "*"
# CIBW_TEST_COMMAND: python {project}/tests/test.py

Expand Down

0 comments on commit 2737a72

Please sign in to comment.