Skip to content

Commit 9d693df

Browse files
committed
test: run the main executable after installation
1 parent df6b3e8 commit 9d693df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/install/Taskfile.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ tasks:
2020
cmds:
2121
- task: myproj:test.release
2222
- cmake --install ./build --config Release --prefix {{.CWD}}/install
23+
- cmd: '{{.CWD}}/install/bin/main.exe'
24+
platforms: [windows]
25+
- cmd: '{{.CWD}}/install/bin/main'
26+
platforms: [linux, darwin]
2327

2428
default:
2529
cmds:

0 commit comments

Comments
 (0)