Skip to content

Commit

Permalink
nc 29
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 8, 2023
1 parent 0b4e81f commit 406234d
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,15 @@ jobs:
- name: Perform out-of-directory build
shell: bash -l {0}
run: |
ls -l
ls -l ${CMAKE_PREFIX_PATH}
mkdir build
cd build
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake $(pwd)/../ -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#ls -l
#ls -l ${CMAKE_PREFIX_PATH}
#mkdir build
#cd build
#LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake $(pwd)/../ -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#- name: "Create build directory and run CMake"
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake -S . -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#- name: "Build Project"
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4
- name: Print Summary
shell: bash -l {0}
Expand Down Expand Up @@ -402,7 +406,7 @@ jobs:
run: |
pacman -Syu
#pacman -Sy --noconfirm libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev libzstd-dev
pacman -Sy --noconfirm automake autoconf wget curl bzip2 m4 flex bison cmake tar
pacman -Sy --noconfirm automake autoconf wget curl bzip2 m4 flex bison cmake tar m4
###
# Installing libhdf4 and libhdf5
Expand Down Expand Up @@ -481,11 +485,16 @@ jobs:
- name: Perform out-of-directory build
shell: bash -l {0}
run: |
ls -l
ls -l ${CMAKE_PREFIX_PATH}
mkdir build
cd build
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake $(pwd)/../ -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#ls -l
#ls -l ${CMAKE_PREFIX_PATH}
#mkdir build
#cd build
#LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake $(pwd)/../ -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#- name: "Create build directory and run CMake"
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake -S . -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#- name: "Build Project"
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4
- name: Print Summary
shell: bash -l {0}
Expand Down

0 comments on commit 406234d

Please sign in to comment.