Skip to content

Commit acdc69d

Browse files
committed
Revert "use variable so windows uses .\firestarr.exe and not ./firestarr"
This reverts commit d1ddf41.
1 parent 44faaa2 commit acdc69d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cmake-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
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' }}

0 commit comments

Comments
 (0)