File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6969 VCPKG_ROOT : ${{ github.workspace }}/vcpkg
7070 VCPKG_DEFAULT_BINARY_CACHE : ${{ github.workspace }}/vcpkg/.cache
7171 OUTPUT_BINARY : firestarr-${{ matrix.os }}-${{ matrix.target-cpu}}-${{ matrix.target-compiler }}-${{ matrix.variant }}
72- BINARY_CALL : ${{ case ( matrix.os == 'windows', '.\firestarr.exe', './firestarr' ) }}
7372
7473 steps :
7574 - uses : actions/checkout@v4
@@ -98,11 +97,11 @@ jobs:
9897 echo "::add-matcher::.github/cmake-problem-matcher.json"
9998 cmake --build --parallel --preset ${{ matrix.variant }}
10099
101- - run : ${{ env.BINARY_CALL }} -h
100+ - run : ./firestarr -h
102101
103102 - run : ctest --output-on-failure --preset ${{ matrix.variant }}
104103
105- - run : ${{ env.BINARY_CALL }} . 2024-06-03 58.81228184403946 -122.9117103995713 01:00 --ffmc 89.9 --dmc 59.5 --dc 450.9 --apcp_prev 0 -v --wx ./test/input/10N_50651/firestarr_10N_50651_wx.csv --output_date_offsets [1] --tz -5 --raster-root ./test/input/10N_50651/ --perim ./test/input/10N_50651/10N_50651.tif
104+ - run : ./firestarr . 2024-06-03 58.81228184403946 -122.9117103995713 01:00 --ffmc 89.9 --dmc 59.5 --dc 450.9 --apcp_prev 0 -v --wx ./test/input/10N_50651/firestarr_10N_50651_wx.csv --output_date_offsets [1] --tz -5 --raster-root ./test/input/10N_50651/ --perim ./test/input/10N_50651/10N_50651.tif
106105
107106 - name : Locate binary (non-windows)
108107 if : ${{ matrix.variant == 'Release' && matrix.os != 'windows' }}
You can’t perform that action at this time.
0 commit comments