From 0d819e1d12129e0c4bbc7a859d3d6f30e51eca31 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Wed, 11 Sep 2024 12:10:52 +0100 Subject: [PATCH] try --- tests/runci/targets/Hl.hx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/runci/targets/Hl.hx b/tests/runci/targets/Hl.hx index 0019e856d9d..873d26ab48c 100644 --- a/tests/runci/targets/Hl.hx +++ b/tests/runci/targets/Hl.hx @@ -91,6 +91,24 @@ class Hl { '-L$hlInstallLibDir', "-lhl" ]); + run('$dir/$filename.exe', []); + case "Windows" if (isCi()): + + runCommand("gcc", [ + "-o", + '$dir/$filename.exe', + '$dir/$filename.c', + '-I$dir', + '-I$hlInstallDir/include', + '$hlInstallLibDir/fmt.hdll', + '$hlInstallLibDir/ssl.hdll', + '$hlInstallLibDir/sqlite.hdll', + "-lm", + "-ldbghelp" + '-L$hlInstallLibDir', + "-lhl" + ]); + run('$dir/$filename.exe', []); case _: // TODO hl/c for mac/windows