Skip to content

Commit

Permalink
build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 12, 2020
1 parent 50650eb commit 3caeb59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
shell: cmd /C CALL "{0}"
run: |
echo %PATH%
cd
conda install -c conda-forge pdal --only-deps -y
conda install -c conda-forge cmake ninja compilers -y
mkdir build
Expand All @@ -33,6 +34,8 @@ jobs:
cd
set CC=cl.exe
set CXX=cl.exe
mkdir build
cd build
cmake -G "Ninja" ^
-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% ^
-DPDAL_PLUGIN_INSTALL_PATH:FILEPATH=%PDAL_PLUGIN_INSTALL_PATH% ^
Expand Down Expand Up @@ -70,7 +73,6 @@ jobs:
-DBUILD_OCI_TESTS=OFF ^
-DCMAKE_CXX_FLAGS=/D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING ^
..
working-directory: .\build
- name: Compile
shell: cmd /C CALL "{0}"
run: |
Expand Down

0 comments on commit 3caeb59

Please sign in to comment.