Update cpp.yml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user