Update cpp.yml

This commit is contained in:
uNetworkingAB
2022-11-02 11:40:30 +01:00
committed by GitHub
parent 540048e26c
commit b775359203
+3 -5
View File
@@ -12,6 +12,8 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build hammer_test
run: |
iwr https://deno.land/x/install/install.ps1 -useb | iex
deno --version
cd uWebSockets
vcpkg install libuv:x64-windows
cp C:\vcpkg\installed\x64-windows\bin\uv.dll uv.dll
@@ -28,11 +30,7 @@ jobs:
ls
.\HelloWorld.exe &
sleep 1
curl.exe -v http://localhost:3000/
curl.exe -v http://localhost:3000/
curl.exe -v http://localhost:3000/
curl.exe -v http://localhost:3000/
curl.exe -v http://localhost:3000/
curl.exe http://localhost:3000/
Stop-Process -Name HelloWorld