Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 25, 2020
1 parent 40d66c1 commit 2056644
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Setup
shell: cmd /C CALL "{0}"
run: |
echo %PATH%
conda install -c conda-forge pdal --only-deps -y
conda install -c conda-forge cmake ninja compilers -y
mkdir build
Expand Down Expand Up @@ -69,17 +70,17 @@ jobs:
-DBUILD_OCI_TESTS=OFF ^
-DCMAKE_CXX_FLAGS=/D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING ^
..
working-directory: ./build
working-directory: .\build
- name: Compile
shell: cmd /C CALL "{0}"
run: |
ninja -v
ninja install
working-directory: ./build
working-directory: .\build
- name: Test
shell: cmd /C CALL "{0}"
run: |
ctest -VV --output-on-failure
working-directory: ./build
working-directory: .\build


0 comments on commit 2056644

Please sign in to comment.