Skip to content

Commit

Permalink
test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Sep 14, 2024
1 parent 1868cf1 commit e0081ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
architecture: x64

- run: |
sudo apt update && sudo apt install liblz4-dev ninja-build cmake gedit
curl -Lo mkn https://github.com/mkn/mkn/releases/download/latest/mkn_nix
chmod +x mkn
PATH="$PWD:$PATH" ./mkn.sh
./mkn clean build -dtOa -fPIC -p all
2 changes: 1 addition & 1 deletion mkn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" && cd $CWD
(
cd $CWD

mkn
MKN_REPO=$(mkn -G MKN_REPO)

rm -rf build && mkdir build && cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \
-DEigen3_DIR="${MKN_REPO}/math/eigen/master/share/eigen3/cmake" \
Expand Down
2 changes: 1 addition & 1 deletion mkn.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


name: libpcl
parent: base
parent: eigen

profile:
- name: base
Expand Down

0 comments on commit e0081ac

Please sign in to comment.